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
Files:
1 added
7 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} 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/namelist_pisces_cfg

    r3854 r3961  
    55&nampisext     !   air-sea exchange 
    66!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    7    atcco2     =  _AUTO_: DEFAULT=287.    ! Constant value atmospheric pCO2 - ln_co2int = F 
     7   ln_co2int  = _AUTO_: DEFAULT=.false. ! read atm pco2 from a file (T) or constant (F) 
     8   atcco2     = _AUTO_: DEFAULT=278.    ! Constant value atmospheric pCO2 - ln_co2int = F 
     9   clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T 
     10   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T 
     11!                        ! If your model year is iyy, nn_offset=(years(1)-iyy) 
     12!                        ! then the first atmospheric CO2 record read is at years(1) 
    813/ 
    914!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/XML/file_def_nemo-lim3_cmip6.xml

    r3941 r3961  
    1010  --> 
    1111     
    12     <file_definition type="one_file" name="@expname@_@freq@" sync_freq="1d" min_digits="4" > 
     12    <file_definition type="one_file" name="@expname@_@freq@" sync_freq="1d" min_digits="4" compression_level="4" > 
    1313     
    1414      <file_group id="1ts_lim" output_freq="1ts"  output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/XML/file_def_nemo-opa_cmip6.xml

    r3941 r3961  
    99    --> 
    1010    
    11     <file_definition type="one_file" name="@expname@_@freq@" sync_freq="1d" min_digits="4" > 
     11    <file_definition type="one_file" name="@expname@_@freq@" sync_freq="1d" min_digits="4" compression_level="4" > 
    1212     
    1313      <file_group id="1ts_opa" output_freq="1ts"  output_level="10" enabled=".TRUE."/> <!-- 1 time step files --> 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/XML/iodef.xml

    r3941 r3961  
    1414 
    1515    <variable_definition> 
     16 
     17         <variable_group id="server"> 
     18            <variable id="using_server2" type="bool">false</variable> 
     19            <variable id="ratio_server2" type="int">50</variable> 
     20         </variable_group> 
    1621 
    1722        <variable_group id="buffer"> 
Note: See TracChangeset for help on using the changeset viewer.