Changeset 2214
- Timestamp:
- Jan 10, 2020, 10:35:56 AM (5 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2213 r2214 2818 2818 ionosphere), parameters should not be reset at every call. 2819 2819 2820 2820 == 10/01/2020 == EM 2821 Fix a minor bug in the 1D model when initializing the time of day at the 2822 begining of the run. 2823 -
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r2199 r2214 729 729 730 730 call physdem0("startfi.nc",longitude,latitude,nsoilmx,ngrid,llm, 731 & nq,dtphys,float(day0), time,cell_area,731 & nq,dtphys,float(day0),0.,cell_area, 732 732 & albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe, 733 733 & hmons,summit,base) -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2212 r2214 505 505 write(*,*) "PHYSIQ: ERROR: bad synchronization between ", 506 506 & "physics and dynamics" 507 write(*,*) "dynamics day : ",pday508 write(*,*) "physics day :",day_ini509 stop507 write(*,*) "dynamics day [pday]: ",pday 508 write(*,*) "physics day [day_ini]: ",day_ini 509 call abort_physic("physiq","dynamics day /= physics day",1) 510 510 endif 511 511 … … 1278 1278 write(*,*) 'Turbulent-resolving mode !' 1279 1279 write(*,*) 'Please set calldifv to T in callphys.def' 1280 STOP1280 call abort_physic("physiq","turbulent-resolving mode",1) 1281 1281 ENDIF 1282 1282 ENDIF ! of IF (calldifv)
Note: See TracChangeset
for help on using the changeset viewer.