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 8409 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limwri.F90 – NEMO

Ignore:
Timestamp:
2017-08-07T17:29:21+02:00 (7 years ago)
Author:
clem
Message:

change calls in icestp.F90 for advection

File:
1 edited

Legend:

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

    r8378 r8409  
    169169      CALL iom_put( "sfxopw"      , sfx_opw * rday      )        ! salt flux from open water formation 
    170170      CALL iom_put( "sfxdyn"      , sfx_dyn * rday      )        ! salt flux from ridging rafting 
    171       CALL iom_put( "sfxres"      , sfx_res * rday      )        ! salt flux from limupdate (resultant) 
     171      CALL iom_put( "sfxres"      , sfx_res * rday      )        ! salt flux from corrections (resultant) 
    172172      CALL iom_put( "sfxbri"      , sfx_bri * rday      )        ! salt flux from brines 
    173173      CALL iom_put( "sfxsub"      , sfx_sub * rday      )        ! salt flux from sublimation 
     
    175175 
    176176      ztmp = rday / rhoic 
    177       CALL iom_put( "vfxres"     , wfx_res * ztmp       )        ! daily prod./melting due to limupdate  
     177      CALL iom_put( "vfxres"     , wfx_res * ztmp       )        ! daily prod./melting due to corrections  
    178178      CALL iom_put( "vfxopw"     , wfx_opw * ztmp       )        ! daily lateral thermodynamic ice production 
    179179      CALL iom_put( "vfxsni"     , wfx_sni * ztmp       )        ! daily snowice ice production 
     
    495495      CALL histdef( kid, "vfxsni", "Snow ice production "    , "m/s"    ,   & 
    496496      &      jpi, jpj, kh_i, 1, 1, 1, -99, 32, "inst(x)", rdt, rdt ) 
    497       CALL histdef( kid, "vfxres", "Ice prod from limupdate" , "m/s"    ,   & 
     497      CALL histdef( kid, "vfxres", "Ice prod from corrections" , "m/s"  ,   & 
    498498      &      jpi, jpj, kh_i, 1, 1, 1, -99, 32, "inst(x)", rdt, rdt ) 
    499499      CALL histdef( kid, "vfxbom", "Ice bottom melt"         , "m/s"    ,   & 
Note: See TracChangeset for help on using the changeset viewer.