Ignore:
Timestamp:
01/28/19 15:29:51 (5 years ago)
Author:
cetlod
Message:

CPLRestart: update cplrestart tools for New NEMO files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CPLRESTART/FillOceRestart.py

    r3741 r4249  
    148148        nperio = 6 
    149149        print ("eORCA1 grid found from dimensions, nperio=6" ) 
     150    elif (jpoj, jpoi) == (1021, 1442) : 
     151        nperio = 4 
     152        print ("ORCA025 grid found from dimensions, nperio=6" ) 
     153    elif (jpoj, jpoi) == (1207, 1442) : 
     154        nperio = 4 
     155        print ("eORCA025 grid found from dimensions, nperio=6" ) 
    150156         
    151157if nperio == None : 
Note: See TracChangeset for help on using the changeset viewer.