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 12633 for NEMO/trunk/src/SAS/step.F90 – NEMO

Ignore:
Timestamp:
2020-03-31T17:46:17+02:00 (4 years ago)
Author:
smasson
Message:

trunk: compile SAS without key_iomput, see #2426

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/SAS/step.F90

    r12377 r12633  
    126126      IF( indic < 0  )  THEN 
    127127                             CALL ctl_stop( 'step: indic < 0' ) 
    128                              CALL dia_wri_state( 'output.abort', Nnn ) 
     128                             CALL dia_wri_state( Nnn, 'output.abort' ) 
    129129      ENDIF 
    130130      IF( kstp == nit000   ) CALL iom_close( numror )           ! close input  ocean restart file 
Note: See TracChangeset for help on using the changeset viewer.