Ignore:
Timestamp:
04/13/18 11:05:07 (6 years ago)
Author:
cetlod
Message:

Take Initial year of simulation as Time Origin in NEMO

File:
1 edited

Legend:

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

    r3735 r3748  
    6969    fi 
    7070 
    71     if [[ ${opa9_UserChoices_TimeOrigin} -gt ${InitYear} ]] ; then 
    72         echo 
    73         echo 
    74         IGCM_debug_Exit "TimeOrigin=${opa9_UserChoices_TimeOrigin} is greater than initial year=${InitYear}. IT MUST BE LOWER ! Change this value in opa9.card" 
    75         IGCM_debug_Verif_Exit 
    76     fi 
    77  
    78      
    7971    IGCM_debug_PopStack "OCE_Initialize" 
    8072    
     
    208200 
    209201 
    210     IGCM_comp_modifyXmlFile force context_nemo.xml ref_year NONE ${opa9_UserChoices_TimeOrigin} 
     202    IGCM_comp_modifyXmlFile force context_nemo.xml ref_year NONE ${InitYear}  
    211203         
    212204  
Note: See TracChangeset for help on using the changeset viewer.