Ignore:
Timestamp:
02/13/20 10:34:46 (4 years ago)
Author:
aclsce
Message:
  • Modified to run IPSLCM5A2CHT with CMIP6 wokflow :
    • ping files : removed variables not available in IPSLCM5A2CHT configuration
    • opa9.driver : added flexible handling of calendar
    • SOURCES/NEMO : added iom.F90 to allow flexible handling of calendar
File:
1 edited

Legend:

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

    r4922 r4930  
    222222    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1y enabled ${V1Y_ENABLE} 
    223223 
     224   # Update reference year/month/day 
     225    IGCM_date_GetYearMonthDay ${DateBegin} iyear imonth iday 
     226    IGCM_comp_modifyXmlFile force context_nemo.xml ref_year  NONE ${iyear}  
     227    IGCM_comp_modifyXmlFile force context_nemo.xml ref_month NONE ${imonth}  
     228    IGCM_comp_modifyXmlFile force context_nemo.xml ref_day   NONE ${iday}  
     229 
    224230    # vargas/titane/MPP and switch from 1 proc to 5 procs. We need to suppres restartopa the second month, if restartopa_0000 exist 
    225231    # same thing for restart_trc and restart_ice_in 
Note: See TracChangeset for help on using the changeset viewer.