- Timestamp:
- May 28, 2023, 8:35:02 AM (18 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phyetat0_mod.F90
r4537 r4551 303 303 !=================================================================== 304 304 305 if ( iflag_physiq == 1 ) then305 if ( iflag_physiq <= 1 ) then 306 306 !=================================================================== 307 307 ! Lecture des temperatures du sol profond: … … 379 379 ENDIF 380 380 381 endif ! iflag_physiq == 1381 endif ! iflag_physiq <= 1 382 382 383 383 ! Lecture de l'age de la neige: … … 598 598 ! Initialize module pbl_surface_mod 599 599 600 if ( iflag_physiq == 1 ) then600 if ( iflag_physiq <= 1 ) then 601 601 CALL pbl_surface_init(fder, snow, qsurf, tsoil) 602 602 endif -
LMDZ6/trunk/libf/phylmd/phyredem.F90
r4537 r4551 76 76 ! Get variables which will be written to restart file from module 77 77 ! pbl_surface_mod 78 if ( iflag_physiq == 1 ) then78 if ( iflag_physiq <= 1 ) then 79 79 CALL pbl_surface_final(fder, snow, qsurf, tsoil) 80 80 endif
Note: See TracChangeset
for help on using the changeset viewer.