Changeset 2105
- Timestamp:
- 2010-09-17T14:37:02+02:00 (14 years ago)
- Location:
- branches/DEV_r2006_merge_TRA_TRC/CONFIG
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DEV_r2006_merge_TRA_TRC/CONFIG/GYRE/EXP00/iodef.xml
r2035 r2105 232 232 233 233 <group id="2d" output_freq="172800" output_level="10" enabled=".TRUE."> <!-- 2d files --> 234 235 <file id="2d_grid_T" name="auto" description="ocean T grid variables" >236 <field ref="sst" name="sosstsst" />237 <field ref="sss" name="sosaline" />238 <field ref="ssh" name="sossheig" />239 </file>240 241 234 </group> 242 235 -
branches/DEV_r2006_merge_TRA_TRC/CONFIG/GYRE_LOBSTER/EXP00/iodef.xml
r2035 r2105 272 272 273 273 <group id="2d" output_freq="172800" output_level="10" enabled=".TRUE."> <!-- 2d files --> 274 275 <file id="2d_grid_T" name="auto" description="ocean T grid variables" >276 <field ref="sst" name="sosstsst" />277 <field ref="sss" name="sosaline" />278 <field ref="ssh" name="sossheig" />279 </file>280 281 <file id="2d_ptrc_T" name="auto" description="lobster sms variables" >282 <field ref="ZOO" />283 <field ref="PHY" />284 <field ref="NO3" />285 </file>286 287 288 274 </group> 289 275 -
branches/DEV_r2006_merge_TRA_TRC/CONFIG/GYRE_LOBSTER/EXP00/namelist_top
r2032 r2105 51 51 ln_trcldf_iso = .true. ! iso-neutral (require "key_ldfslp") 52 52 ! ! Coefficient 53 ahtrb0 = 0.! background eddy diffusivity for ldf_iso [m2/s]53 rn_ahtrb_0 = 0. ! background eddy diffusivity for ldf_iso [m2/s] 54 54 / 55 55 !----------------------------------------------------------------------- -
branches/DEV_r2006_merge_TRA_TRC/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_pisces
r2056 r2105 115 115 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 116 116 ln_dustfer = .true. ! boolean for dust input from the atmosphere 117 ln_river = . false. ! boolean for river input of nutrients117 ln_river = .true. ! boolean for river input of nutrients 118 118 ln_ndepo = .true. ! boolean for atmospheric deposition of N 119 119 ln_sedinput = .true. ! boolean for Fe input from sediments -
branches/DEV_r2006_merge_TRA_TRC/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist
r2056 r2105 732 732 &namdyn ! offline parameters 733 733 !----------------------------------------------------------------------- 734 ndtadyn = 12! number of period in the file for one year735 ndtatot = 12! total number of period in the file734 ndtadyn = 73 ! number of period in the file for one year 735 ndtatot = 73 ! total number of period in the file 736 736 nsptint = 1 ! indicator for time interpolation 737 737 lperdyn = .true. ! periodicity of the unique file (T) -
branches/DEV_r2006_merge_TRA_TRC/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_pisces
r2056 r2105 115 115 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 116 116 ln_dustfer = .true. ! boolean for dust input from the atmosphere 117 ln_river = . false. ! boolean for river input of nutrients117 ln_river = .true. ! boolean for river input of nutrients 118 118 ln_ndepo = .true. ! boolean for atmospheric deposition of N 119 119 ln_sedinput = .true. ! boolean for Fe input from sediments
Note: See TracChangeset
for help on using the changeset viewer.