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 7825 for branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-03-23T14:24:56+01:00 (7 years ago)
Author:
timgraham
Message:

Extra temporary change in domzgr for my GYRE_AGRIF config
Commented out Jerome's old hack for different jpk in nemogcm.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r6404 r7825  
    358358         ! Save maximum number of levels in jpkdta, then define all vertical grids with this number. 
    359359         ! Suppress once vertical online interpolation is ok 
    360          IF(.NOT.Agrif_Root())   jpkdta = Agrif_Parent( jpkdta ) 
     360!         IF(.NOT.Agrif_Root())   jpkdta = Agrif_Parent( jpkdta ) 
    361361#endif 
    362362         jpim1 = jpi-1                                            ! inner domain indices 
     
    504504                            CALL dia_tmb_init  ! TMB outputs 
    505505                            CALL dia_25h_init  ! 25h mean  outputs 
    506  
    507506      ! 
    508507   END SUBROUTINE nemo_init 
Note: See TracChangeset for help on using the changeset viewer.