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 11355 for NEMO/branches/UKMO/NEMO_4.0_GO8_coupled_iodef/src/OCE/stpctl.F90 – NEMO

Ignore:
Timestamp:
2019-07-26T11:32:13+02:00 (5 years ago)
Author:
dancopsey
Message:

Add lots of print statements printing out values of files throughout the ocean_ice timestep.. New output will be in files crash_stats_419.out and crash_stats_68.out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_GO8_coupled_iodef/src/OCE/stpctl.F90

    r10888 r11355  
    108108         REWIND( numstp ) 
    109109      ENDIF 
     110 
     111      IF(narea == 419) THEN 
     112         WRITE(9419,*) 'max sshn stpctl before crash = ',MAXVAL(  ABS( sshn(:,:) )  ) 
     113      ENDIF 
    110114      ! 
    111115      !                                   !==  test of extrema  ==! 
     
    174178          
    175179         CALL dia_wri_state( 'output.abort' )     ! create an output.abort file 
     180 
     181         CLOSE(unit=9419) 
     182         CLOSE(unit=968) 
    176183          
    177184         IF( .NOT. ln_ctl ) THEN 
Note: See TracChangeset for help on using the changeset viewer.