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

Changeset 13988


Ignore:
Timestamp:
2020-12-02T13:38:46+01:00 (3 years ago)
Author:
gsamson
Message:

apply r13802 bugfix to the dev_r2052_ENHANCE-09_rbourdal_massfluxconvection branch and delete netcdf files from the C1D_ASICS test case

Location:
NEMO/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection/src/OCE/C1D/step_c1d.F90

    r13826 r13988  
    123123                        CALL dyn_atf    ( kstp, Nbb, Nnn, Naa , uu, vv, e3t, e3u, e3v )  ! time filtering of "now" fields 
    124124      IF(.NOT.ln_linssh)CALL ssh_atf    ( kstp, Nbb, Nnn, Naa , ssh )                    ! time filtering of "now" sea surface height 
     125      IF( kstp == nit000 .AND. ln_linssh) THEN  
     126         ssh(:,:,Naa) = ssh(:,:,Nnn)  ! init ssh after in ln_linssh case  
     127      ENDIF 
    125128      ! 
    126129      ! Swap time levels 
Note: See TracChangeset for help on using the changeset viewer.