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 9222 for branches – NEMO

Changeset 9222 for branches


Ignore:
Timestamp:
2018-01-12T18:48:29+01:00 (6 years ago)
Author:
jpalmier
Message:

JPALM -- correct namelist_medusa_ref and namelist_top_ref

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  
    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        !! (IF key_oasis) scaling the exported to UM chlorophyll field 
    291306!! 
    292307/ 
  • branches/NERC/dev_r5518_GO6_MEDUSA_DMS_TUNING/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r6498 r9222  
    9898   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    9999   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. 
    105107/ 
    106108!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.