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 14598 – NEMO

Changeset 14598


Ignore:
Timestamp:
2021-03-08T11:55:02+01:00 (3 years ago)
Author:
dancopsey
Message:

Get XIOS to output lateral melt

Location:
NEMO/branches/UKMO/NEMO_4.0.4_remade_heat_balance
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_remade_heat_balance/cfgs/SHARED/field_def_nemo-ice.xml

    r13648 r14598  
    149149          <field id="hfxbog"       long_name="heat flux used for bottom ice growth (neg.)"                  unit="W/m2" /> 
    150150          <field id="hfxbom"       long_name="heat flux used for bottom ice melt (pos.)"                    unit="W/m2" /> 
     151          <field id="hfxlam"       long_name="heat flux used for lateral ice melt (pos.)"                   unit="W/m2" /> 
    151152          <field id="hfxsum"       long_name="heat flux used for surface ice melt"                          unit="W/m2" /> 
    152153          <field id="hfxopw"       long_name="heat flux used for open water ice formation"                  unit="W/m2" /> 
  • NEMO/branches/UKMO/NEMO_4.0.4_remade_heat_balance/src/ICE/iceupdate.F90

    r14585 r14598  
    269269      CALL iom_put ('hfxbog'     , hfx_bog     )   ! heat flux used for ice bottom growth  
    270270      CALL iom_put ('hfxbom'     , hfx_bom     )   ! heat flux used for ice bottom melt 
     271      CALL iom_put ('hfxlam'     , hfx_lam     )   ! heat flux used for ice lateral melt 
    271272      CALL iom_put ('hfxsum'     , hfx_sum     )   ! heat flux used for ice surface melt 
    272273      CALL iom_put ('hfxopw'     , hfx_opw     )   ! heat flux used for ice formation in open water 
Note: See TracChangeset for help on using the changeset viewer.