Changeset 9936
- Timestamp:
- 2018-07-12T16:15:27+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_isf_flx_UKESM_r9321/NEMOGCM/NEMO/OPA_SRC/SBC/sbcisf.F90
r9864 r9936 95 95 REAL(wp) :: rmin 96 96 REAL(wp) :: zhk 97 REAL(wp) :: zt_frz, zpress98 97 CHARACTER(len=256) :: cfisf , cvarzisf, cvarhisf ! name for isf file 99 98 CHARACTER(LEN=256) :: cnameis ! name of iceshelf file 100 99 CHARACTER (LEN=32) :: cvarLeff ! variable name for efficient Length scale 101 INTEGER :: ios! Local integer output status for namelist read100 INTEGER :: ios ! Local integer output status for namelist read 102 101 103 102 REAL(wp), DIMENSION(:,:,:), POINTER :: zfwfisf3d, zqhcisf3d, zqlatisf3d 104 103 REAL(wp), DIMENSION(:,: ), POINTER :: zqhcisf2d 105 REAL(wp), DIMENSION(:,: ), POINTER :: zt_frz, zdep ! freezing temperature (zt_frz) at depth (zdep)104 REAL(wp), DIMENSION(:,: ), POINTER :: zt_frz, zdep ! freezing temperature (zt_frz) at depth (zdep) 106 105 ! 107 106 !!--------------------------------------------------------------------- … … 380 379 zqhcisf3d(:,:,:) = 0.0_wp ! 3d heat content flux (W/m2) 381 380 zqlatisf3d(:,:,:)= 0.0_wp ! 3d ice shelf melting latent heat flux (W/m2) 382 zqhcisf2d(:,:) = fwfisf(:,:) * zt_frz * rcp ! 2d heat content flux (W/m2)381 zqhcisf2d(:,:) = fwfisf(:,:) * zt_frz(:,:) * rcp ! 2d heat content flux (W/m2) 383 382 384 383 DO jj = 1,jpj
Note: See TracChangeset
for help on using the changeset viewer.