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

Ignore:
Timestamp:
2015-12-01T16:09:09+01:00 (8 years ago)
Author:
mathiot
Message:

ice sheet cpl: modifications to compile and run SETTE test

File:
1 edited

Legend:

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

    r5955 r5964  
    276276          IF(lwp) WRITE(numout,*) ' dia_hsb at initial state ' 
    277277          IF(lwp) WRITE(numout,*) '~~~~~~~' 
    278           surf_ini(:,:) = e12t(:,:) * tmask_i(:,:)         ! initial ocean surface 
     278          surf_ini(:,:) = e1e2t(:,:) * tmask_i(:,:)         ! initial ocean surface 
    279279          ssh_ini(:,:) = sshn(:,:)                          ! initial ssh 
    280280          DO jk = 1, jpk 
Note: See TracChangeset for help on using the changeset viewer.