Changeset 14964
- Timestamp:
- 2021-06-09T18:47:29+02:00 (22 months ago)
- Location:
- NEMO/trunk/cfgs/SHARED
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/cfgs/SHARED/field_def_nemo-oce.xml
r14921 r14964 1108 1108 <field id="vtrd_tot" long_name="j-trend: total momentum trend before atf" unit="m/s^2" /> 1109 1109 <field id="vtrd_atf" long_name="j-trend: asselin time filter trend" unit="m/s^2" /> 1110 </field_group> 1111 1112 <!-- shared variables available with TOP interface --> 1113 <field_group id="top_shared" grid_ref="grid_T_3D"> 1114 <field id="xeps" long_name="Broadband light attenuation" unit="-" /> 1115 <field id="Heup" long_name="Euphotic layer depth" unit="m" grid_ref="grid_T_2D" /> 1110 1116 </field_group> 1111 1117 -
NEMO/trunk/cfgs/SHARED/namelist_top_ref
r14032 r14964 101 101 / 102 102 !----------------------------------------------------------------------- 103 &namtrc_opt ! light availability in the water column 104 !----------------------------------------------------------------------- 105 ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! 106 ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! 107 sn_par = 'par.orca' , 24 , 'fr_par' , .true. , .true. , 'yearly' , '' , '' , '' 108 cn_dir = './' ! root directory for the location of the dynamical files 109 ln_varpar = .true. ! Read PAR from file 110 parlux = 0.43 ! Fraction of shortwave as PAR 111 light_loc = 'center' ! Light location in the water cell ('center', 'integral') 112 / 113 !----------------------------------------------------------------------- 103 114 &namtrc_dmp ! passive tracer newtonian damping (ln_trcdmp=T) 104 115 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.