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 13662 for NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/SAS/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-10-22T20:49:56+02:00 (4 years ago)
Author:
clem
Message:

update to almost r4.0.4

Location:
NEMO/branches/2019/dev_r11842_SI3-10_EAP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP

    • Property svn:externals
      •  

        old new  
        1 ^/utils/build/arch@HEAD       arch 
        2 ^/utils/build/makenemo@HEAD   makenemo 
        3 ^/utils/build/mk@HEAD         mk 
        4 ^/utils/tools@HEAD            tools 
        5 ^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
        6 ^/vendors/FCM@HEAD            ext/FCM 
        7 ^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         1^/utils/build/arch@12130      arch 
         2^/utils/build/makenemo@12191  makenemo 
         3^/utils/build/mk@11662        mk 
         4^/utils/tools_r4.0-HEAD@12672 tools 
         5^/vendors/AGRIF/dev@10586     ext/AGRIF 
         6^/vendors/FCM@10134           ext/FCM 
         7^/vendors/IOIPSL@9655         ext/IOIPSL 
         8 
         9# SETTE mapping (inactive) 
         10#^/utils/CI/sette@12135        sette 
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/src/SAS/nemogcm.F90

    r11536 r13662  
    3333   USE bdydta         ! open boundary cond. setting   (bdy_dta_init routine). mandatory for sea-ice 
    3434   ! 
     35   USE in_out_manager ! I/O manager 
    3536   USE lib_mpp        ! distributed memory computing 
    3637   USE mppini         ! shared/distributed memory setting (mpp_init routine) 
     
    152153      IF( nstop /= 0 .AND. lwp ) THEN        ! error print 
    153154         WRITE(ctmp1,*) '   ==>>>   nemo_gcm: a total of ', nstop, ' errors have been found' 
    154          CALL ctl_stop( ctmp1 ) 
     155         WRITE(ctmp2,*) '           Look for "E R R O R" messages in all existing ocean_output* files' 
     156         CALL ctl_stop( ' ', ctmp1, ' ', ctmp2 ) 
    155157      ENDIF 
    156158      ! 
     
    243245      ENDIF 
    244246      ! open /dev/null file to be able to supress output write easily 
     247      IF( Agrif_Root() ) THEN 
    245248                     CALL ctl_opn(     numnul,               '/dev/null', 'REPLACE', 'FORMATTED', 'SEQUENTIAL', -1, -1, .FALSE. ) 
     249#ifdef key_agrif 
     250      ELSE 
     251                     numnul = Agrif_Parent(numnul) 
     252#endif 
     253      ENDIF 
    246254      ! 
    247255      !                             !--------------------! 
Note: See TracChangeset for help on using the changeset viewer.