New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10232 for branches/UKMO/dev_r5518_GO6_package_FOAMv14_bgcupdates/NEMOGCM/CONFIG/SHARED/namelist_medusa_ref – NEMO

Ignore:
Timestamp:
2018-10-26T15:25:58+02:00 (6 years ago)
Author:
dford
Message:

Merge in revisions 8447:10159 of dev_r5518_GO6_package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_FOAMv14_bgcupdates/NEMOGCM/CONFIG/SHARED/namelist_medusa_ref

    r8280 r10232  
    140140!! 
    141141!! 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 
    142149!!       jdms        :  include dms diagnostics 
    143150!!       jdms_input  :  use instant (0) or diel-avg (1) inputs 
    144151!!       jdms_model  :  which DMS model is passed to atmosphere 
    145 !! 
     152!!       scl_chl     : (IF key_oasis) scaling the exported to UM chlorophyll field 
    146153!!        
    147154&natbio 
     
    285292!! 
    286293!! 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 
    287301      jdms       = 1        !! include dms diagnostics 
    288302      jdms_input = 1        !! use instant (0) or diel-avg (1) inputs 
    289303      jdms_model = 3        !! choice of DMS model passed to atmosphere 
    290304!!                             1 = ANDR, 2 = SIMO, 3 = ARAN, 4 = HALL 
     305      scl_chl    = 1.0      !! (IF key_oasis) scaling the exported to UM chlorophyll field 
     306!! 
     307!! FOAM                         !! DAF 
     308      ln_foam_medusa = .false.  !! Calculate and save diagnostics for data assimilation 
    291309!! 
    292310/ 
     
    304322!!                    = (119 / 106) = 1.1226 mol O2 / mol C 
    305323!!       xo2min    :  oxygen minimum concentration 
     324!!       xobs_xco2a:  observed atmospheric xCO2 (not used if <= 0) 
    306325! 
    307326&natroam 
     
    311330   xthetarem = 1.1226 
    312331   xo2min    = 4.0 
     332   xobs_xco2a= -999.0 
    313333/ 
    314334!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
Note: See TracChangeset for help on using the changeset viewer.