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 11930 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/MY_SRC/step_c1d.F90 – NEMO

Ignore:
Timestamp:
2019-11-19T17:41:22+01:00 (4 years ago)
Author:
laurent
Message:

New functional "stp_ctl" for STATION_ASF, test-case launch script and python diagnostics...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/MY_SRC/step_c1d.F90

    r11637 r11930  
    6767      ! Control 
    6868      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    69       !LOLO:                        
    70                             ! LOLO: should write a stp_ctl, who checks on flux realism (current SAS version checks ice fields...) 
    71                             ! CALL stp_ctl( kstp, indic ) 
    72       !IF( indic < 0  )  THEN 
    73       !                       CALL ctl_stop( 'step: indic < 0' ) 
    74       !                       CALL dia_wri_state( 'output.abort' ) 
    75       !ENDIF 
    76       !LOLO. 
     69                             CALL stp_ctl( kstp, indic ) 
     70      IF( indic < 0  )  THEN 
     71                             CALL ctl_stop( 'step: indic < 0' ) 
     72                             CALL dia_wri_state( 'output.abort' ) 
     73      ENDIF 
    7774                              
    7875      IF( kstp == nit000   ) CALL iom_close( numror )     ! close input  ocean restart file 
    7976 
    80       !LOLO: from C1D: 
     77      !#LB: from C1D: 
    8178      IF( lrst_oce       )   CALL rst_write( kstp )        ! write output ocean restart file 
    8279      ! 
     
    8582#endif 
    8683 
    87       !LOLO: from SAS" 
     84      !#LB: from SAS" 
    8885!#if defined key_iomput 
    8986!      IF( kstp == nitrst ) THEN 
Note: See TracChangeset for help on using the changeset viewer.