Changeset 1282
- Timestamp:
- Dec 16, 2009, 12:23:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/pbl_surface_mod.F90
r1279 r1282 466 466 ! Declarations specifiques pour le 1D. A reprendre 467 467 REAL :: fsens,flat 468 LOGICAL :: ok_flux_surf =.FALSE.468 LOGICAL :: ok_flux_surf ! initialized during first_call below 469 469 COMMON /flux_arp/fsens,flat,ok_flux_surf 470 470 !**************************************************************************************** … … 482 482 first_call=.FALSE. 483 483 484 ! Initialize ok_flux_surf (for 1D model) 485 ok_flux_surf=.FALSE. 486 484 487 ! Initilize debug IO 485 488 IF (debugindex .AND. mpi_size==1) THEN
Note: See TracChangeset
for help on using the changeset viewer.