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 5945 for branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/DIA/diahsb.F90 – NEMO

Ignore:
Timestamp:
2015-11-29T20:44:49+01:00 (8 years ago)
Author:
mathiot
Message:

ice sheet coupling: changes based on reviewer comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/DIA/diahsb.F90

    r5823 r5945  
    202202!      ENDIF 
    203203!!gm end 
     204 
    204205      IF( lk_vvl ) THEN 
    205206        CALL iom_put( 'bgtemper' , zdiff_hc / zvol_tot )              ! Temperature variation (C)  
     
    276277          IF(lwp) WRITE(numout,*) ' dia_hsb at initial state ' 
    277278          IF(lwp) WRITE(numout,*) '~~~~~~~' 
    278           surf_ini(:,:) = e1t(:,:) * e2t(:,:) * tmask_i(:,:)             ! initial ocean surface 
    279           ssh_ini(:,:) = sshn(:,:)                                       ! initial ssh 
     279          surf_ini(:,:) = e12t(:,:) * tmask_i(:,:)         ! initial ocean surface 
     280          ssh_ini(:,:) = sshn(:,:)                          ! initial ssh 
    280281          DO jk = 1, jpk 
    281282             ! if ice sheet/oceqn coupling, need to mask ini variables here (mask could change at the next NEMO instance). 
Note: See TracChangeset for help on using the changeset viewer.