Search found 8 matches

by fchen
Thu Nov 12, 2009 8:05 pm
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

Re: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err

I am not sure this is related or not, but the salinity results in the output file are 30 everywhere all the time. I also looked at the output with original riverplume1.h and ocean_estuary_test.in, the salinity is 30 everywhere when I didn't modify any of the files. Is this correct for this ...
by fchen
Thu Nov 12, 2009 7:15 pm
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

Re: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err

Thanks. For the mixing, I am using MY mixing scheme. But I didn't define any options for it. The code I have in the header file for mixing is below.

Code: Select all

#define MY25_MIXING
#define N2S2_HORAVG

by fchen
Thu Nov 12, 2009 6:35 pm
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

Re: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err

Thanks for the comments. I checked the input file I used 'ocean_estuary_test.in', and found that. There is no another Akt for passive tracers defined. Should I define another one for the passive tracer? Thanks. ! Vertical mixing coefficients for active tracers: [1:NAT+NPT,Ngrids] AKT_BAK == 5.0d-6 5 ...
by fchen
Thu Nov 12, 2009 6:07 pm
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

Re: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err

Thanks. The model run completed. But in the output file, ocean_his.nc, the passive tracer concentration is zero everywhere all the time.The initial condition is zero everywhere defined in ana_passive.h, and the tracer is added into the field at a constant rate through surface flux, in ana_stflux ...
by fchen
Thu Nov 12, 2009 4:56 pm
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

Re: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err

Thanks a lot. That helps. The test case is running now. But I want to make sure that I am doing the correct modification. I #defined ana_passive.h in the header file and modified the part in ana_passive.h as below !----------------------------------------------------------------------- ! Set ...
by fchen
Thu Nov 12, 2009 3:45 pm
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

Re: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err

Do I need to provide another initial tracer field other than that in the ana_stflux.h?
by fchen
Thu Nov 12, 2009 3:41 pm
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

Re: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err

Thanks. I didn't provide an initial field for the passive tracer except giving a constant value to the variable 'stflx' in the ana_stflux.h file as below." ! !----------------------------------------------------------------------- ! Set kinematic surface flux (T m/s) of passive tracers, if any ...
by fchen
Thu Nov 12, 2009 4:40 am
Forum: ROMS Discussion
Topic: "READ_PHYPAR - could not find input file:ocean_ini.nc" Err
Replies: 12
Views: 10500

"READ_PHYPAR - could not find input file:ocean_ini.nc" Err

Hi Everyone, I am trying to run the riverplume1 test case with passive tracers. The test case riverplume1 runs well (header file:riverplume1.h, input file:ocean_estuary_test.in). And then, I added one passive tracer in ocean_estuary_test.in, and added #define T_PASSIVE and #define ANA_SPFLUX in the ...