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

Ignore:
Timestamp:
2015-07-20T11:12:03+02:00 (9 years ago)
Author:
cguiavarch
Message:

Add local changes for FOAM

File:
1 edited

Legend:

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

    r5407 r5613  
    206206      ENDIF 
    207207#endif 
     208      ! 
     209      ! Met Office addition: if failed, return non-zero exit code 
     210      IF( nstop /= 0 )  CALL exit( 9 )  
    208211      ! 
    209212   END SUBROUTINE nemo_gcm 
     
    612615      !!---------------------------------------------------------------------- 
    613616      USE diawri    , ONLY: dia_wri_alloc 
     617      USE insitu_tem, ONLY: insitu_tem_alloc 
    614618      USE dom_oce   , ONLY: dom_oce_alloc 
    615619      USE ldfdyn_oce, ONLY: ldfdyn_oce_alloc 
     
    628632      ierr =        oce_alloc       ()          ! ocean 
    629633      ierr = ierr + dia_wri_alloc   () 
     634      ierr = ierr + insitu_tem_alloc() 
    630635      ierr = ierr + dom_oce_alloc   ()          ! ocean domain 
    631636      ierr = ierr + ldfdyn_oce_alloc()          ! ocean lateral  physics : dynamics 
Note: See TracChangeset for help on using the changeset viewer.