- Timestamp:
- Jul 23, 2024, 7:14:34 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/lmdz_thermcell_plume_6A.f90
r5103 r5105 621 621 do ig = 1, ngrid 622 622 if (zw2(ig, l + 1)>0. .and. zw2(ig, l + 1)<1.e-10) then 623 ! stop 'On tombe sur le cas particulier de thermcell_dry'623 ! stop 'On tombe sur le cas particulier de thermcell_dry' 624 624 ! PRINT*,'On tombe sur le cas particulier de thermcell_plume' 625 625 nbpb = nbpb + 1 … … 1011 1011 do ig = 1, ngrid 1012 1012 if (zw2(ig, l + 1)>0. .and. zw2(ig, l + 1)<1.e-10) then 1013 ! stop 'On tombe sur le cas particulier de thermcell_dry'1013 ! stop 'On tombe sur le cas particulier de thermcell_dry' 1014 1014 ! PRINT*,'On tombe sur le cas particulier de thermcell_plume' 1015 1015 nbpb = nbpb + 1
Note: See TracChangeset
for help on using the changeset viewer.