Changeset 5562


Ignore:
Timestamp:
01/22/21 15:54:12 (3 years ago)
Author:
cetlod
Message:

NEMOv6.1 : Minor corrections for PISCES run offline

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

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_OFF_PISCES/ia/COMP/pisces.card

    r3998 r5562  
    1010OutputLevel=10 
    1111#================================================================================================== 
    12 R_DYN=/ccc/store/cont003/dsm/p86caub/dmf_import/IGCM_OUT/IPSLCM5A/PROD/piControl/piControl2/OCE/Output/MO 
     12DynFiles=(grid_T grid_U grid_V grid_W) 
     13DynFreq=1M 
     14DynRunName=dyna 
     15##### For piControl runs 
     16R_DYN=/ccc/store/cont003/dsm/p48bopp/IGCM/BC/OCE/OFFLINE/piControl2 
    1317DynName=piControl2 
    14 DynFreq=1M 
    15 DynFiles=(grid_T grid_U grid_V grid_W) 
    16 DynRunName=dyna 
    1718DynYearStart=1850 
    1819DynYearEnd=2000 
     20##### For historical + rcp85 runs 
     21#R_DYN=/ccc/store/cont003/dsm/p48bopp/IGCM/BC/OCE/OFFLINE/histrcp85.1_new 
     22#DynName=histrcp85.1 
     23#DynYearStart=1851 
     24#DynYearEnd=2100 
     25 
    1926 
    2027[InitialStateFiles] 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/pisces.driver

    r4800 r5562  
    9191 
    9292       DYN_SSH_INI=.TRUE. 
    93        if [ "${EXPTYPE}" = "ia"   ] ; then 
     93       if [ "${exptype}" = "ia"   ] ; then 
    9494          NbDynFile=${#pisces_UserChoices_DynFiles[*]} 
    9595          (( LengthForcing=${pisces_UserChoices_DynYearEnd} - ${pisces_UserChoices_DynYearStart} + 1 )) 
     
    119119             eval CurrDynFileName=${pisces_UserChoices_DynName}_${CurrDateFor}_${pisces_UserChoices_DynFreq}_${Suffix} 
    120120             eval NextDynFileName=${pisces_UserChoices_DynName}_${NextDateFor}_${pisces_UserChoices_DynFreq}_${Suffix} 
    121 ##             cp ${pisces_UserChoices_R_DYN}/${PrevDynFileName}.nc  ${RunFileName}_y${year_m1}.nc 
     121             cp ${pisces_UserChoices_R_DYN}/${PrevDynFileName}.nc  ${RunFileName}_y${year_m1}.nc 
    122122             cp ${pisces_UserChoices_R_DYN}/${CurrDynFileName}.nc  ${RunFileName}_y${year}.nc 
    123 ##             cp ${pisces_UserChoices_R_DYN}/${NextDynFileName}.nc  ${RunFileName}_y${year_p1}.nc 
     123             cp ${pisces_UserChoices_R_DYN}/${NextDynFileName}.nc  ${RunFileName}_y${year_p1}.nc 
    124124             (( i = i + 1 )) 
    125125          done 
Note: See TracChangeset for help on using the changeset viewer.