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 8294 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2017-07-06T18:09:02+02:00 (7 years ago)
Author:
clem
Message:

add one output for sea ice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limwri.F90

    r8291 r8294  
    151151      CALL iom_put( "iceconc"     , at_i  * zswi        )        ! ice concentration 
    152152      CALL iom_put( "icevolu"     , vt_i  * zswi        )        ! ice volume = mean ice thickness over the cell 
     153      CALL iom_put( "icethick"    , htm_i * zswi        )        ! ice thickness 
    153154      CALL iom_put( "icehc"       , et_i  * zswi        )        ! ice total heat content 
    154155      CALL iom_put( "isnowhc"     , et_s  * zswi        )        ! snow total heat content 
Note: See TracChangeset for help on using the changeset viewer.