Skip to content
Snippets Groups Projects
Commit 172e6ce2 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 6/11/2018: coupling_naturen.F90, correction: wrong time variable in...

Quentin 6/11/2018: coupling_naturen.F90, correction: wrong time variable in call coupling_tsz0  (PTIMEC --> PTIME). PTIME is the time in seconds since UTC midnight necessary for applying surface temperature or sensible/heat flux forcings at the right time (especially if MNH uses restart)
parent a5d7bc92
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ SUBROUTINE COUPLING_NATURE_n (DTCO, UG, U, USS, IM, DTZ, DGO, DL, DLC, NDST, SLT
!! Original 01/2004
!! B. Decharme 04/2013 new coupling variables
!! P. Le Moigne 03/2015 tsz0 time management
!! Q. Rodier 11/2018 correction: wrong time variable in call coupling_tsz0 (PTIMEC --> PTIME)
!!--------------------------------------------------------------------
!
USE MODD_SURFEX_n, ONLY : ISBA_MODEL_t
......@@ -161,7 +162,7 @@ IF (U%CNATURE=='ISBA ') THEN
PPEW_B_COEF, PPET_A_COEF, PPEQ_A_COEF, PPET_B_COEF, PPEQ_B_COEF,'OK')
ELSE IF (U%CNATURE=='TSZ0 ') THEN
CALL COUPLING_TSZ0_n(DTCO, UG, U, USS, IM, DTZ, NDST, SLT, BLOWSNW, &
HPROGRAM, HCOUPLING, PTSTEP, KYEAR, KMONTH, KDAY, PTIMEC, KI, &
HPROGRAM, HCOUPLING, PTSTEP, KYEAR, KMONTH, KDAY, PTIME, KI, &
KSV, KSW, PTSUN, PZENITH, PZENITH2, PAZIM, PZREF, PUREF, PZS, &
PU, PV, PQA, PTA, PRHOA, PSV, PCO2, HSV, PRAIN, PSNOW, PLW, &
PDIR_SW, PSCA_SW, PSW_BANDS, PPS, PPA, PSFTQ, PSFTH, PSFTS, &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment