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 10009 for NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2018-07-29T11:23:51+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): RK3 branch - step II.1 time-level dimension on ssh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/src/OCE/nemogcm.F90

    r10001 r10009  
    424424         ! 
    425425      ENDIF 
    426       !                                      ! Domain decomposition 
    427       CALL mpp_init                          ! MPP 
    428  
    429       ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    430       CALL nemo_alloc() 
     426       
     427      CALL mpp_init                          ! MPP domain decomposition 
     428 
     429      CALL dom_nam                           ! set the time (Nt) by reading namelist namrun and namdom 
     430 
     431      !                                      ! allocate arrays (here, as we know the dimensions of both  
     432      !                                      !                  the grid and number of time-level used, and 
     433      CALL nemo_alloc()                      !                  numout has been set: we can allocate arrays) 
    431434 
    432435      !                             !-------------------------------! 
Note: See TracChangeset for help on using the changeset viewer.