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 12636 for NEMO/branches/UKMO/NEMO_4.0.1_meltpond_improvements/src/OCE/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2020-04-01T09:44:12+02:00 (4 years ago)
Author:
dancopsey
Message:

Add:

  • Melt pond lids
  • Melt pond maximum area and thickness
  • Melt pond vertical flushing
  • Area contributing to melt ponds depends on total ice fraction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_meltpond_improvements/src/OCE/SBC/sbccpl.F90

    r11715 r12636  
    20472047      INTEGER, INTENT(in) ::   kt 
    20482048      ! 
     2049      ! 
    20492050      INTEGER ::   ji, jj, jl   ! dummy loop indices 
    20502051      INTEGER ::   isec, info   ! local integer 
    20512052      REAL(wp) ::   zumax, zvmax 
    20522053      REAL(wp), DIMENSION(jpi,jpj)     ::   zfr_l, ztmp1, ztmp2, zotx1, zoty1, zotz1, zitx1, zity1, zitz1 
    2053       REAL(wp), DIMENSION(jpi,jpj,jpl) ::   ztmp3, ztmp4    
     2054      REAL(wp), DIMENSION(jpi,jpj,jpl) ::   ztmp3, ztmp4 
     2055 
    20542056      !!---------------------------------------------------------------------- 
    20552057      ! 
     
    22562258            SELECT CASE( sn_snd_mpnd%clcat )   
    22572259            CASE( 'yes' )   
    2258                ztmp3(:,:,1:jpl) =  a_ip(:,:,1:jpl) 
    2259                ztmp4(:,:,1:jpl) =  v_ip(:,:,1:jpl)   
     2260 
     2261               ztmp3(:,:,1:jpl) =  a_ip_eff(:,:,1:jpl) 
     2262               ztmp4(:,:,1:jpl) =  h_ip(:,:,1:jpl) 
     2263 
    22602264            CASE( 'no' )   
    22612265               ztmp3(:,:,:) = 0.0   
Note: See TracChangeset for help on using the changeset viewer.