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 15486 for NEMO/branches/UKMO/NEMO_4.0.4_FOAM_package/src/ICE/ice.F90 – NEMO

Ignore:
Timestamp:
2021-11-09T11:42:25+01:00 (3 years ago)
Author:
dcarneir
Message:

SIC assimilation interface (IAU) for SI3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_FOAM_package/src/ICE/ice.F90

    r14075 r15486  
    234234   REAL(wp), PUBLIC ::   rswitch          !: switch for the presence of ice (1) or not (0) 
    235235   REAL(wp), PUBLIC ::   rdiag_v, rdiag_s, rdiag_t, rdiag_fv, rdiag_fs, rdiag_ft   !: conservation diagnostics 
     236   REAL(wp), PUBLIC, PARAMETER ::   epsi02 = 1.e-02_wp  !: small number  
     237   REAL(wp), PUBLIC, PARAMETER ::   epsi03 = 1.e-03_wp  !: small number  
    236238   REAL(wp), PUBLIC, PARAMETER ::   epsi06 = 1.e-06_wp  !: small number  
    237239   REAL(wp), PUBLIC, PARAMETER ::   epsi10 = 1.e-10_wp  !: small number  
Note: See TracChangeset for help on using the changeset viewer.