Changeset 4295 for CONFIG


Ignore:
Timestamp:
02/26/19 12:32:29 (5 years ago)
Author:
cetlod
Message:

Minor Changes to force TimeOrigin? (year/month/day) of NEMO files from DateBegin?

File:
1 edited

Legend:

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

    r3911 r4295  
    228228 
    229229 
    230     IGCM_comp_modifyXmlFile force context_nemo.xml ref_year NONE ${InitYear}  
    231          
    232   
     230    # Update reference year/month/day 
     231    IGCM_date_GetYearMonthDay ${DateBegin} iyear imonth iday 
     232    IGCM_comp_modifyXmlFile force context_nemo.xml ref_year  NONE ${iyear}  
     233    IGCM_comp_modifyXmlFile force context_nemo.xml ref_month NONE ${imonth}  
     234    IGCM_comp_modifyXmlFile force context_nemo.xml ref_day   NONE ${iday}  
     235     
     236     
    233237    # for MPP and switch to different number of procs for NEMO.  We need to suppres restartopa the second period, if restartopa_0000 exist 
    234238    # same thing for restart_trc and restart_ice_in 
Note: See TracChangeset for help on using the changeset viewer.