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 10026 for branches/UKMO/dev_isf_flx_UKESM_r9321/NEMOGCM/NEMO/OPA_SRC/DOM/domwri.F90 – NEMO

Ignore:
Timestamp:
2018-08-02T16:11:22+02:00 (6 years ago)
Author:
mathiot
Message:

Compute isf heat content flx using interface S in of far field S + add isfmask to simplify isf masking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_isf_flx_UKESM_r9321/NEMOGCM/NEMO/OPA_SRC/DOM/domwri.F90

    r9321 r10026  
    197197       
    198198      ! note that mbkt is set to 1 over land ==> use surface tmask 
    199       zprt(:,:) = ssmask(:,:) * REAL( mbkt(:,:) , wp ) 
     199      zprt(:,:) = ssisfmask(:,:) 
     200      CALL iom_rstput( 0, 0, inum4, 'maskisf', zprt, ktype = jp_i1 )       !    ! surface ice shelf mask  
     201      zprt(:,:) = ssmask(:,:) * mbkt(:,:) 
    200202      CALL iom_rstput( 0, 0, inum4, 'mbathy', zprt, ktype = jp_i2 )     !    ! nb of ocean T-points 
    201203      zprt(:,:) = ssmask(:,:) * REAL( mikt(:,:) , wp ) 
Note: See TracChangeset for help on using the changeset viewer.