Changeset 4168 for trunk/LMDZ.GENERIC/libf/phygeneric/thermcell_main.F90
- Timestamp:
- Apr 2, 2026, 3:46:30 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phygeneric/thermcell_main.F90
r3893 r4168 1 ! 2 ! 1 MODULE thermcell_main_mod 2 3 IMPLICIT NONE 4 5 CONTAINS 3 6 ! 4 7 SUBROUTINE thermcell_main(ngrid,nlay,nq,ptimestep,firstcall, & … … 45 48 !=============================================================================== 46 49 47 USE thermcell_mod 50 USE thermcell_mod, ONLY: RD, RG, dvimpl, linf 48 51 USE print_control_mod, ONLY: prt_level 52 USE thermcell_env_mod, ONLY: thermcell_env 53 USE thermcell_plume_mod, ONLY: thermcell_plume 54 USE thermcell_height_mod, ONLY: thermcell_height 55 USE thermcell_closure_mod, ONLY: thermcell_closure 56 USE thermcell_flux_mod, ONLY: thermcell_flux 57 USE thermcell_dq_mod, ONLY: thermcell_dq 58 USE thermcell_dv2_mod, ONLY: thermcell_dv2 49 59 50 60 IMPLICIT NONE … … 421 431 422 432 423 RETURN 424 END 433 END SUBROUTINE thermcell_main 434 435 END MODULE thermcell_main_mod
Note: See TracChangeset
for help on using the changeset viewer.
