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 419 for trunk/NEMO/LIM_SRC/ice.F90 – NEMO

Ignore:
Timestamp:
2006-03-21T09:38:39+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_040 : CT : New functionality for the sea-ice initialization, initialize sst and sss form sst and sss reading in the ice initialization file in the lim_istate_init subroutine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/ice.F90

    r247 r419  
    5454      ust2s                 !: friction velocity 
    5555 
     56   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::  &  !: 
     57        sst_ini,         &  !: sst read from a file for ice model initialization  
     58        sss_ini             !: sss read from a file for ice model initialization  
    5659 
    5760   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &  !: 
Note: See TracChangeset for help on using the changeset viewer.