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 12889 for NEMO/branches/2020/ticket_2459/tests/ISOMIP+/MY_SRC/sbcfwb.F90 – NEMO

Ignore:
Timestamp:
2020-05-07T14:57:43+02:00 (4 years ago)
Author:
mathiot
Message:

ticket #2459: update namelist, xml and MY_SRC files for WED025 and ISOMIP+ + minor bug when fwfisf_3d_cav/par is asked in XIOS

Location:
NEMO/branches/2020/ticket_2459
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/ticket_2459

    • Property svn:externals
      •  

        old new  
        88 
        99# SETTE 
        10 ^/utils/CI/sette@HEAD         sette 
         10^/utils/CI/sette_ticket2459@HEAD         sette 
  • NEMO/branches/2020/ticket_2459/tests/ISOMIP+/MY_SRC/sbcfwb.F90

    r12489 r12889  
    151151         ENDIF    
    152152         !                                         ! Update fwfold if new year start 
    153          ikty = 365 * 86400 / rn_Dt               !!bug  use of 365 days leap year or 360d year !!!!!!! 
     153         ikty = 365 * 86400 / rn_Dt                  !!bug  use of 365 days leap year or 360d year !!!!!!! 
    154154         IF( MOD( kt, ikty ) == 0 ) THEN 
    155155            a_fwb_b = a_fwb                           ! mean sea level taking into account the ice+snow 
Note: See TracChangeset for help on using the changeset viewer.