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 2664 – NEMO

Changeset 2664


Ignore:
Timestamp:
2011-03-07T14:05:08+01:00 (13 years ago)
Author:
trackstand2
Message:

Moved call to nemo_alloc() to after set-up of numout so wrk_nemo error output can use it.

File:
1 edited

Legend:

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

    r2658 r2664  
    243243      jpij  = jpi*jpj                                        !:  jpi x j 
    244244 
    245       ! Now we know the dimensions of the grid, allocate arrays 
    246       CALL nemo_alloc() 
    247  
    248245      IF(lwp) THEN                            ! open listing units 
    249246         ! 
     
    263260         ! 
    264261      ENDIF 
     262 
     263      ! Now we know the dimensions of the grid and numout has been set we can  
     264      ! allocate arrays 
     265      CALL nemo_alloc() 
     266 
    265267      !                             !-------------------------------! 
    266268      !                             !  NEMO general initialization  ! 
Note: See TracChangeset for help on using the changeset viewer.