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.
Changeset 10675 for branches/UKMO/dev_r5518_GO6_package_abort_switch/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2019-02-13T14:30:01+01:00 (5 years ago)
Author:
timgraham
Message:

Added nn_abort switch in namrun,
Removed call to ctl_stop from dia_wri_state into step
Put if statement around call to dia_wri_state in step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_abort_switch/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r6491 r10675  
    4040   INTEGER       ::   nn_leapy         !: Leap year calendar flag (0/1 or 30) 
    4141   INTEGER       ::   nn_istate        !: initial state output flag (0/1) 
     42   INTEGER       ::   nn_abort         !: Output final state in case of error flag (0/1) 
    4243   INTEGER       ::   nn_write         !: model standard output frequency 
    4344   INTEGER       ::   nn_stock         !: restart file frequency 
Note: See TracChangeset for help on using the changeset viewer.