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 8042 for branches/UKMO/dev_r5518_GO6_package_inc_asm/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-05-18T12:30:54+02:00 (7 years ago)
Author:
jwhile
Message:

Further merge of FOAM_local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_inc_asm/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r8036 r8042  
    212212      ENDIF 
    213213#endif 
     214      ! 
     215      ! Met Office addition: if failed, return non-zero exit code 
     216      IF( nstop /= 0 )  CALL exit( 9 )  
    214217      ! 
    215218   END SUBROUTINE nemo_gcm 
     
    626629      !!---------------------------------------------------------------------- 
    627630      USE diawri    , ONLY: dia_wri_alloc 
     631      USE insitu_tem, ONLY: insitu_tem_alloc 
    628632      USE dom_oce   , ONLY: dom_oce_alloc 
    629633      USE ldfdyn_oce, ONLY: ldfdyn_oce_alloc 
     
    642646      ierr =        oce_alloc       ()          ! ocean 
    643647      ierr = ierr + dia_wri_alloc   () 
     648      ierr = ierr + insitu_tem_alloc() 
    644649      ierr = ierr + dom_oce_alloc   ()          ! ocean domain 
    645650      ierr = ierr + ldfdyn_oce_alloc()          ! ocean lateral  physics : dynamics 
Note: See TracChangeset for help on using the changeset viewer.