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

Ignore:
Timestamp:
2015-10-16T19:19:43+02:00 (9 years ago)
Author:
mathiot
Message:

ice sheet coupling: reproducibility fixed in MISOMIP configuration + contrain bathy to be constant during all the run

File:
1 edited

Legend:

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

    r5779 r5802  
    200200!      ENDIF 
    201201!!gm end 
    202        
     202      IF ( lk_vvl ) THEN 
     203         IF (lwp) PRINT *, 'cons heat : ', kt, zdiff_hc / zvol_tot, zdiff_sc / zvol_tot  
     204         IF (lwp) PRINT *, 'cons volu : ', kt, zdiff_v2 * 1.e-9       
     205      ELSE 
     206         IF (lwp) PRINT *, 'cons heat : ', kt, zdiff_hc1 * 1.e-20 * rau0 * rcp, zdiff_sc1 * 1.e-9 
     207         IF (lwp) PRINT *, 'cons vol  : ', kt, zdiff_v1 * 1.e-9       
     208      END IF 
    203209      IF( lk_vvl ) THEN 
    204210        CALL iom_put( 'bgtemper' , zdiff_hc / zvol_tot )              ! Temperature variation (C)  
Note: See TracChangeset for help on using the changeset viewer.