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 5351 for branches/2015 – NEMO

Changeset 5351 for branches/2015


Ignore:
Timestamp:
2015-06-04T16:31:03+02:00 (9 years ago)
Author:
vancop
Message:

revised namelists

Location:
branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref

    r5184 r5351  
    380380!                   * -2 => tracer concentration in sea ice is prescribed and  
    381381!                           trc_ice_prescr is used 
    382 ! trc_ice_prescr    * prescribed tracer concentration used only if  
    383 !                     trc_ice_ratio = -2, or -99. if not used 
     382! trc_ice_prescr    * prescribed tracer concentration. used only if  
     383!                     trc_ice_ratio = -2. equals -99 if not used. 
    384384! cn_trc_o          * 'GL' use global ocean values making the Baltic distinction only 
    385 !                     'AA' use Arctic/Antarctic contrast besides Baltic distinction 
     385!                     'AA' use specific Arctic/Antarctic/Baltic values 
    386386!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    387387!    sn_tri_ ! trc_ice_ratio ! trc_ice_prescr !     cn_trc_o 
     
    389389   sn_tri_doc =            0.,           -99.,          'AA' 
    390390   sn_tri_tal =           -1.,           -99.,          'AA' 
    391    sn_tri_oxy =           -1.,           -99.,          'GL' 
    392    sn_tri_cal =            0.,           -99.,          'GL' 
     391   sn_tri_oxy =           -1.,           -99.,          'AA' 
     392   sn_tri_cal =            0.,           -99.,          'AA' 
    393393   sn_tri_po4 =           -1.,           -99.,          'AA' 
    394    sn_tri_poc =            0.,           -99.,          'GL' 
    395    sn_tri_goc =            0.,           -99.,          'GL' 
    396    sn_tri_bfe =            0.,           -99.,          'GL' 
    397    sn_tri_num =            0.,           -99.,          'GL' 
     394   sn_tri_poc =            0.,           -99.,          'AA' 
     395   sn_tri_goc =            0.,           -99.,          'AA' 
     396   sn_tri_bfe =            0.,           -99.,          'AA' 
     397   sn_tri_num =            0.,           -99.,          'AA' 
    398398   sn_tri_sil =           -1.,           -99.,          'AA' 
    399    sn_tri_dsi =            0.,           -99.,          'GL' 
    400    sn_tri_gsi =            0.,           -99.,          'GL' 
    401    sn_tri_phy =            0.,           -99.,          'GL' 
    402    sn_tri_dia =            0.,           -99.,          'GL' 
    403    sn_tri_zoo =            0.,           -99.,          'GL' 
    404    sn_tri_mes =            0.,           -99.,          'GL' 
     399   sn_tri_dsi =            0.,           -99.,          'AA' 
     400   sn_tri_gsi =            0.,           -99.,          'AA' 
     401   sn_tri_phy =            0.,           -99.,          'AA' 
     402   sn_tri_dia =            0.,           -99.,          'AA' 
     403   sn_tri_zoo =            0.,           -99.,          'AA' 
     404   sn_tri_mes =            0.,           -99.,          'AA' 
    405405   sn_tri_fer =           -2.,          15E-9,          'AA' 
    406    sn_tri_sfe =            0.,           -99.,          'GL' 
    407    sn_tri_dfe =            0.,           -99.,          'GL' 
    408    sn_tri_nfe =            0.,           -99.,          'GL' 
    409    sn_tri_nch =            0.,           -99.,          'GL' 
    410    sn_tri_dch =            0.,           -99.,          'GL' 
     406   sn_tri_sfe =            0.,           -99.,          'AA' 
     407   sn_tri_dfe =            0.,           -99.,          'AA' 
     408   sn_tri_nfe =            0.,           -99.,          'AA' 
     409   sn_tri_nch =            0.,           -99.,          'AA' 
     410   sn_tri_dch =            0.,           -99.,          'AA' 
    411411   sn_tri_no3 =           -1.,           -99.,          'AA' 
    412412   sn_tri_nh4 =            1.,           -99.,          'AA' 
  • branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r5184 r5351  
    8484!----------------------------------------------------------------------- 
    8585   nn_ice_tr   =  1        !  tracer concentration in sea ice  
    86                            !    =-1 identical cc in ice and ocean (= old code) 
    87                            !    = 0 nil  
     86                           !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 
     87                           !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 
    8888                           !    = 1 prescribed to a namelist value (implemented in pisces only) 
    8989/ 
Note: See TracChangeset for help on using the changeset viewer.