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 15023 for NEMO/trunk/src/TOP/PISCES/SED – NEMO

Ignore:
Timestamp:
2021-06-18T16:35:25+02:00 (3 years ago)
Author:
gsamson
Message:

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/SED/trcdmp_sed.F90

    r14086 r15023  
    133133      IF( trc_dmp_sed_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'trc_dmp_sed_ini: unable to allocate arrays' ) 
    134134      ! 
    135       IF( .NOT.lk_c1d ) THEN 
     135      IF( .NOT.ln_c1d ) THEN 
    136136         !Read in mask from file 
    137137          restosed(:,:,:) = 0.5 / rday 
Note: See TracChangeset for help on using the changeset viewer.