Ignore:
Timestamp:
07/03/18 11:41:59 (6 years ago)
Author:
cetlod
Message:

Consolidation of NEMO_v6 for OMIP

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/opa9.driver

    r3884 r3961  
    7575       (( year_forcing_p1 = ${year_forcing} + 1)) 
    7676       (( i = 0 )) 
    77         while [ $i -lt ${NbFileInter} ] ; do 
    78            eval file=${opa9_UserChoices_ListForcing[$i]} 
    79            IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_m1}.nc  ${file}_y${year_m1}.nc 
    80            IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing}.nc     ${file}_y${year}.nc 
    81            IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_p1}.nc  ${file}_y${year_p1}.nc 
    82            (( i = i + 1 )) 
    83         done 
     77       while [ $i -lt ${NbFileInter} ] ; do 
     78          eval file=${opa9_UserChoices_ListForcing[$i]} 
     79          IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_m1}.nc  ${file}_y${year_m1}.nc 
     80          IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing}.nc     ${file}_y${year}.nc 
     81          IGCM_sys_Get ${opa9_UserChoices_R_FORCING}/${file}_${year_forcing_p1}.nc  ${file}_y${year_p1}.nc 
     82          (( i = i + 1 )) 
     83       done 
     84 
     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 
    8488    fi 
    8589 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/pisces.driver

    r3854 r3961  
    172172   fi 
    173173 
     174   if [ X"${pisces_UserChoices_Co2Anthr}" = X"y" ] ; then 
     175      LCO2INT=.TRUE. 
     176   else 
     177      LCO2INT=.FALSE. 
     178   fi 
    174179   ##-- Update namelist_top_cfg and namelist_pisces_cfg 
    175180    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_rsttr  ${TOP_LRSTTR} 
    176181    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     nn_rsttr  ${TOP_NRSTTR} 
     182    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  ln_co2int ${LCO2INT} 
    177183    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  atcco2    ${pisces_UserChoices_AtmCo2} 
     184    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nrdttrc   ${pisces_UserChoices_PisFreq} 
    178185    IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nn_pisdmp ${OPA_NPDT_YEAR} 
    179     IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nrdttrc   ${pisces_UserChoices_PisFreq} 
    180186 
    181187  
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/xios.driver

    r3941 r3961  
    1919    IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true 
    2020 
     21    # Activate 2nd server level for CMIP6 type experiments (CMIP6 workflow) 
     22    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     23       IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 
     24    fi 
     25 
    2126    IGCM_debug_PopStack "IOS_Update" 
    2227} 
Note: See TracChangeset for help on using the changeset viewer.