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 7293 for branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/LIM_SRC_3/limvar.F90 – NEMO

Ignore:
Timestamp:
2016-11-21T16:27:53+01:00 (7 years ago)
Author:
vancop
Message:

Commit infrastructure for melt pond impletation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/LIM_SRC_3/limvar.F90

    r6853 r7293  
    9191      et_i(:,:)  = SUM( SUM( e_i(:,:,:,:), dim=4 ), dim=3 ) 
    9292 
     93      ! MV MP 2016 
     94      IF ( ln_limMP ) 
     95         at_i_p(:,:) = SUM( a_ip, dim=3 ) 
     96         vt_i_p(:,:) = SUM( v_ip, dim=3 ) 
     97      ENDIF 
     98      ! END MP 2016 
     99 
    93100      ! open water fraction 
    94101      DO jj = 1, jpj 
     
    244251      END DO 
    245252 
    246       ! integrated values 
     253      ! integrated values  
    247254      vt_i (:,:) = SUM( v_i, dim=3 ) 
    248255      vt_s (:,:) = SUM( v_s, dim=3 ) 
    249256      at_i (:,:) = SUM( a_i, dim=3 ) 
     257 
     258      ! MV MP 2016 
     259      ! probably should resum for melt ponds ??? 
    250260 
    251261      ! 
Note: See TracChangeset for help on using the changeset viewer.