Changeset 9656 for NEMO/trunk/src/OCE/SBC/sbcblk.F90
- Timestamp:
- 2018-05-28T11:53:14+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/SBC/sbcblk.F90
r9598 r9656 535 535 ! 536 536 #if defined key_si3 537 qns_oce(:,:) = zqlw(:,:) - zqsb(:,:) - zqla(:,:) ! non solar without emp (only needed by LIM3)537 qns_oce(:,:) = zqlw(:,:) - zqsb(:,:) - zqla(:,:) ! non solar without emp (only needed by SI3) 538 538 qsr_oce(:,:) = qsr(:,:) 539 539 #endif … … 834 834 REAL(wp), DIMENSION(jpi,jpj,jpl) :: z_dqlw ! long wave heat sensitivity over ice 835 835 REAL(wp), DIMENSION(jpi,jpj,jpl) :: z_dqsb ! sensible heat sensitivity over ice 836 REAL(wp), DIMENSION(jpi,jpj) :: zevap, zsnw ! evaporation and snw distribution after wind blowing ( LIM3)836 REAL(wp), DIMENSION(jpi,jpj) :: zevap, zsnw ! evaporation and snw distribution after wind blowing (SI3) 837 837 REAL(wp), DIMENSION(jpi,jpj) :: zrhoa 838 838 !!---------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.