Changeset 4009 for CONFIG


Ignore:
Timestamp:
08/30/18 10:52:44 (6 years ago)
Author:
cetlod
Message:

NEMOv6 : updating namelist & card

Location:
CONFIG/UNIFORM/v6/NEMO_v6
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES_CMIP6/omip1/ia/COMP/opa9.card

    r3961 r4009  
    2424 
    2525[InitialStateFiles] 
    26 List=   (${SUBMIT_DIR}/PARAM/NAMELIST/EMPave_old.dat, EMPave_old.dat) 
     26List= (${SUBMIT_DIR}/PARAM/NAMELIST/EMPave_old.dat, EMPave_old.dat),\ 
     27      (${R_IN}/CMIP6/${config_UserChoices_LongName}/${config_UserChoices_ModelName}/${config_UserChoices_ExperimentName}/${config_UserChoices_Member}/${YearForcingInit}/dr2xml_nemo.xml, dr2xml_opa9.xml) 
     28 
    2729 
    2830 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES_CMIP6/omip1/ia/config.card

    r3979 r4009  
    1818TagName=ORCA1_LIM3_PISCES 
    1919# LongName, ModelName and Member are used to copy dr2xml files 
    20 LongName="IPSLCM6.1.4-LR" 
     20LongName="IPSLCM6.1.6-LR" 
    2121ModelName=IPSL-CM6A-LR 
    2222Member=r1i1p1f1 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES_CMIP6/omip2/ia/COMP/opa9.card

    r3961 r4009  
    2424#============================================================== 
    2525 
    26 [InitialStateFiles] 
    27 List=   (${SUBMIT_DIR}/PARAM/NAMELIST/EMPave_old.dat, EMPave_old.dat) 
    28  
     26List= (${SUBMIT_DIR}/PARAM/NAMELIST/EMPave_old.dat, EMPave_old.dat),\ 
     27      (${R_IN}/CMIP6/${config_UserChoices_LongName}/${config_UserChoices_ModelName}/${config_UserChoices_ExperimentName}/${config_UserChoices_Member}/${YearForcingInit}/dr2xml_nemo.xml, dr2xml_opa9.xml) 
    2928 
    3029[BoundaryFiles] 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES_CMIP6/omip2/ia/config.card

    r3979 r4009  
    1818TagName=ORCA1_LIM3_PISCES 
    1919# LongName, ModelName and Member are used to copy dr2xml files 
    20 LongName="IPSLCM6.1.4-LR" 
     20LongName="IPSLCM6.1.6-LR" 
    2121ModelName=IPSL-CM6A-LR 
    2222Member=r1i1p1f1 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/opa9.driver

    r3961 r4009  
    8383       done 
    8484 
    85        if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
    86           IGCM_sys_Get ${R_IN}/CMIP6/${config_UserChoices_LongName}/${config_UserChoices_ModelName}/${config_UserChoices_ExperimentName}/${config_UserChoices_Member}/${year_forcing}/dr2xml_nemo.xml  dr2xml_opa9.xml 
    87        fi 
    8885    fi 
    8986 
     
    145142   NEMO_END=$( echo $( awk "BEGIN { printf \"%0${PRECIS}d\",${OPA_NITEND} }" ) )  
    146143 
     144 
    147145   IGCM_comp_modifyNamelist blocker    namelist_cfg cn_exp    ${config_UserChoices_JobName} 
    148146   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_it000  ${OPA_NIT000} 
    149147   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_itend  ${OPA_NITEND} 
    150148   IGCM_comp_modifyNamelist blocker    namelist_cfg ln_rstart ${OPA_LRSTAR} 
    151    IGCM_comp_modifyNamelist blocker    namelist_cfg nn_stock ${OPA_NSTOCK} 
     149   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_stock  ${OPA_NSTOCK} 
    152150   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_rstctl ${OPA_NRSTDT} 
    153    IGCM_comp_modifyNamelist blocker    namelist_cfg nn_date0 ${PeriodDateBegin} 
     151   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_date0  ${PeriodDateBegin} 
    154152   IGCM_comp_modifyNamelist nonblocker namelist_cfg nn_msh    ${OPA_NMSH} 
    155153   IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY}   
     154 
     155   if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     156      OPA_LQSR_RGB=.FALSE. 
     157      OPA_LQSR_BIO=.TRUE. 
     158      IGCM_comp_modifyNamelist blocker    namelist_cfg ln_qsr_rgb  ${OPA_LQSR_RGB} 
     159      IGCM_comp_modifyNamelist blocker    namelist_cfg ln_qsr_bio  ${OPA_LQSR_BIO} 
     160   fi 
    156161 
    157162   IGCM_debug_Print 1 'Informations into iodef.xml : V1D_ENABLE V5D_ENABLE V1M_ENABLE V1Y_ENABLE ' 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA1/namelist_core_clim_cfg

    r4001 r4009  
    120120!----------------------------------------------------------------------- 
    121121   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
    122    ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    123    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    124    ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    125    ln_qsr_bio  = .true.    !  bio-model light penetration 
     122   ln_qsr_rgb  =  _AUTO_: DEFAULT=.true.     !  RGB (Red-Green-Blue) light penetration 
     123   ln_qsr_bio  =  _AUTO_: DEFAULT=.false.     !  bio-model light penetration 
    126124/ 
    127125!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA1/namelist_core_ia_cfg

    r4001 r4009  
    121121!----------------------------------------------------------------------- 
    122122   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
    123    ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    124    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    125    ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    126    ln_qsr_bio  = .true.    !  bio-model light penetration 
     123   ln_qsr_rgb  =  _AUTO_: DEFAULT=.true.     !  RGB (Red-Green-Blue) light penetration 
     124   ln_qsr_bio  =  _AUTO_: DEFAULT=.false.     !  bio-model light penetration 
    127125/ 
    128126!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA1/namelist_dfs5_ia_cfg

    r4001 r4009  
    124124!----------------------------------------------------------------------- 
    125125   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
    126    ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    127    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    128    ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    129    ln_qsr_bio  = .true.    !  bio-model light penetration 
     126   ln_qsr_rgb  =  _AUTO_: DEFAULT=.true.     !  RGB (Red-Green-Blue) light penetration 
     127   ln_qsr_bio  =  _AUTO_: DEFAULT=.false.     !  bio-model light penetration 
    130128/ 
    131129!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA1/namelist_jra_ia_cfg

    r4001 r4009  
    119119!----------------------------------------------------------------------- 
    120120   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
    121    ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
    122    ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    123    ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    124    ln_qsr_bio  = .true.    !  bio-model light penetration 
     121   ln_qsr_rgb  =  _AUTO_: DEFAULT=.true.     !  RGB (Red-Green-Blue) light penetration 
     122   ln_qsr_bio  =  _AUTO_: DEFAULT=.false.     !  bio-model light penetration 
    125123/ 
    126124!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.