Changeset 9222 for branches/NERC
- Timestamp:
- 2018-01-12T18:48:29+01:00 (7 years ago)
- Location:
- branches/NERC/dev_r5518_GO6_MEDUSA_DMS_TUNING/NEMOGCM/CONFIG/SHARED
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NERC/dev_r5518_GO6_MEDUSA_DMS_TUNING/NEMOGCM/CONFIG/SHARED/namelist_medusa_ref
r8280 r9222 140 140 !! 141 141 !! UKESM1 - new diagnostics !! Jpalm 142 !! chl_out : (IF key_oasis) use surf Chl (1) or mld Chl (2) 143 !! dmscut : (if jdms_model=1) modify Anderson et al. 2001 param 144 !! default = 1.72 145 !! dmsmin : (if jdms_model=1) modify Anderson et al. 2001 dms minimum 146 !! default = 2.29 147 !! dmsslp : (if jdms_model=1) modify Anderson et al. 2001 dms slope 148 !! default = 8.24 142 149 !! jdms : include dms diagnostics 143 150 !! jdms_input : use instant (0) or diel-avg (1) inputs 144 151 !! jdms_model : which DMS model is passed to atmosphere 145 !! 152 !! scl_chl : (IF key_oasis) scaling the exported to UM chlorophyll field 146 153 !! 147 154 &natbio … … 285 292 !! 286 293 !! UKESM1 - new diagnostics !! Jpalm 294 chl_out = 1 !! (IF key_oasis) use surf Chl (1) or mld Chl (2) 295 dmscut = 1.72 !! (if jdms_model=1) modify Anderson et al. 2001 param 296 !! default = 1.72 297 dmsmin = 2.29 !! (if jdms_model=1) modify Anderson et al. 2001 dms minimum 298 !! default = 2.29 299 dmsslp = 8.24 !! (if jdms_model=1) modify Anderson et al. 2001 dms slope 300 !! default = 8.24 287 301 jdms = 1 !! include dms diagnostics 288 302 jdms_input = 1 !! use instant (0) or diel-avg (1) inputs 289 303 jdms_model = 3 !! choice of DMS model passed to atmosphere 290 304 !! 1 = ANDR, 2 = SIMO, 3 = ARAN, 4 = HALL 305 scl_chl = 1 !! (IF key_oasis) scaling the exported to UM chlorophyll field 291 306 !! 292 307 / -
branches/NERC/dev_r5518_GO6_MEDUSA_DMS_TUNING/NEMOGCM/CONFIG/SHARED/namelist_top_ref
r6498 r9222 98 98 nn_ctls_trc = 0 ! control surface type in mixed-layer trends (0,1 or n<jpk) 99 99 rn_ucf_trc = 1 ! unit conversion factor (=1 -> /seconds ; =86400. -> /day) 100 ln_trdmld_trc_restart = .false. ! restart for ML diagnostics 101 ln_trdmld_trc_instant = .true. ! flag to diagnose trends of instantantaneous or mean ML T/S 102 ln_trdtrc(1) = .true. 103 ln_trdtrc(2) = .true. 104 ln_trdtrc(23) = .true. 100 ln_trdmxl_trc_instant= .false. ! restart for ML diagnostics 101 ln_trdmxl_trc_instant = .true. ! flag to diagnose trends of instantantaneous or mean ML T/S 102 ln_trdtrc(7)=.true. 103 ln_trdtrc(8)=.true. 104 ln_trdtrc(9)=.true. 105 ln_trdtrc(13)=.true. 106 ln_trdtrc(14)=.true. 105 107 / 106 108 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.