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 7293 for branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2016-11-21T16:27:53+01:00 (7 years ago)
Author:
vancop
Message:

Commit infrastructure for melt pond impletation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r7158 r7293  
    4848   USE limvar          ! Ice variables switch 
    4949 
     50   ! MV MP 2016 
     51   USE limmp 
     52   ! END MV MP 2016 
     53 
    5054   USE limistate       ! LIM initial state 
    5155   USE limthd_sal      ! LIM ice thermodynamics: salinity 
     
    336340      ! 
    337341      CALL lim_thd_sal_init            ! set ice salinity parameters 
    338       ! 
     342        
     343      ! MV MP 2016 
     344      CALL lim_mp_init                 ! set melt ponds parameters 
     345      ! END MV MP 2016 
     346 
    339347      IF( ln_limdyn )   CALL lim_itd_me_init             ! ice thickness distribution initialization for mecanical deformation 
    340348      !                                ! Initial sea-ice state 
Note: See TracChangeset for help on using the changeset viewer.