Changeset 3293


Ignore:
Timestamp:
07/05/17 17:18:59 (7 years ago)
Author:
cetlod
Message:

CM6.0.11 : add new NEMO routines & updated namelists and xml

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP/opa9.card

    r3286 r3293  
    4141[ParametersFiles] 
    4242List=   (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ref  , namelist_ref        ), \ 
    43         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
     43        (${MODIPSL}/config/IPSLCM6/SOURCES/NEMO/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
    4444        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/domain_def_nemo.xml, domain_def_nemo.xml ), \ 
    4545        (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg          , namelist_cfg        ), \ 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/opa9.card

    r3286 r3293  
    4141[ParametersFiles] 
    4242List=   (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ref  , namelist_ref        ), \ 
    43         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
     43        (${MODIPSL}/config/IPSLCM6/SOURCES/NEMO/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
    4444        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/domain_def_nemo.xml, domain_def_nemo.xml ), \ 
    4545        (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg          , namelist_cfg        ), \ 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/file_def_nemo-opa.xml

    r3218 r3293  
    3434          <field field_ref="mldr10_1"     /> 
    3535          <field field_ref="mldr10_1"     name="mldr10_1dcy"  long_name="amplitude of mldr10_1 diurnal cycle" operation="average" freq_op="1d" > @mldr10_1max - @mldr10_1min </field> 
     36          <field field_ref="mixlength"          name="mixlengthstd"   long_name="mixing_length_daily_standard_deviation"         operation="average" freq_op="1d" > sqrt( @mixlength2 - @mixlength * @mixlength ) </field> 
    3637        </file> 
    3738        
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg

    r3245 r3293  
    343343&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    344344!----------------------------------------------------------------------- 
     345  nn_etau     = 0         !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
     346                          !    = 0 no penetration 
     347                          !    = 1 add a tke source below the ML 
     348                          !    = 2 add a tke source just at the base of the ML 
     349                          !    = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
     350  nn_mxl0     = 1         ! type of scaling under sea-ice 
     351                          !    = 0 no scaling under sea-ice 
     352                          !    = 1 scaling with constant sea-ice thickness 
     353                          !    = 2  scaling with mean sea-ice thickness 
     354                          !    = 3  scaling with maximum sea-ice thickness 
     355  rn_hice    = 10.        ! max constant ice thickness value when scaling under sea-ice ( nn_mxl0=1) 
    345356/ 
    346357!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.