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 10816 for NEMO/releases/release-4.0/src/TOP/PISCES/trcini_pisces.F90 – NEMO

Ignore:
Timestamp:
2019-03-29T18:19:08+01:00 (5 years ago)
Author:
smasson
Message:

v4: minor fix for profsed that can be allocated but not initialized when calling iom_set_axis_attr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/src/TOP/PISCES/trcini_pisces.F90

    r10425 r10816  
    275275 
    276276      ! Initialization of the sediment model 
    277       IF( ln_sediment) THEN 
    278          CALL sed_init 
    279       ELSE 
    280          ALLOCATE( profsed(2) ) 
    281       ENDIF 
     277      IF( ln_sediment)   CALL sed_init 
    282278 
    283279      IF(lwp) WRITE(numout,*)  
Note: See TracChangeset for help on using the changeset viewer.