New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM/errorpage (diff) – NEMO

Changes between Version 16 and Version 17 of user/flavoni/libIGCM/errorpage


Ignore:
Timestamp:
2010-05-18T12:43:23+02:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM/errorpage

    v16 v17  
    2121[[BR]] 
    2222[[BR]] 
     23 
     24=== ERROR for Restart run : problem with nit000 for the restart === 
     25[[BR]] 
     26 
     27 in file_ocean_output  
     28 
     29 * ''' E R R O R [[BR]] 
     30       =========== [[BR]] 
     31 [[BR]] 
     32  ===>>>> : problem with nit000 for the restart  [[BR]] 
     33  verify the restart file or rerun with nrstdt = 0 (namelist)'''[[BR]] 
     34 
     35 
     36 If you are doing a restart run of a job already run, and you don't want that nit000 is compared to the restart file value you have to put parameter OPA_NRSTDT = 1 in opa9.driver file  
     37 
     38 To solve it::  
     39 do :  [[BR]] 
     40 vi modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.driver  [[BR]] 
     41 in lines: [[BR]] 
     42 elif ( [ "${CumulPeriod}" -eq 1 ] && [ "${config_OCE_Restart}" = "y" ] ) ; then  [[BR]] 
     43     [[BR]] 
     44        #echo "OPA RESTART"  [[BR]] 
     45        OPA_LRSTAR=.TRUE.  [[BR]] 
     46        OPA_NRSTDT='''0'''  [[BR]] 
     47        OPA_NMSH=0  [[BR]] 
     48 and the re-submit your job (remove run.card, Output directories, etc...) [[BR]] 
     49  
    2350 
    2451=== if you copied modipsl directory from another one in which you have already compiled NEMO: gmake error ===