Changeset 5834
- Timestamp:
- Sep 24, 2025, 3:44:43 PM (2 months ago)
- Location:
- LMDZ6/trunk/libf
- Files:
-
- 3 edited
-
phylmd/physiq_mod.F90 (modified) (1 diff)
-
phylmd/stratocu_if.f90 (modified) (2 diffs)
-
phylmdiso/physiq_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r5833 r5834 79 79 USE regr_horiz_time_climoz_m, ONLY: regr_horiz_time_climoz 80 80 USE regr_pr_time_av_m, only: regr_pr_time_av 81 USE stratocu_if_mod, ONLY: stratocu_if 81 82 USE surface_data, ONLY : type_ocean, ok_veget 82 83 USE time_phylmdz_mod, only: current_time, itau_phy, pdtphys, raz_date, update_time -
LMDZ6/trunk/libf/phylmd/stratocu_if.f90
r5285 r5834 1 !$gpum horizontal klon 2 MODULE stratocu_if_mod 3 PRIVATE 4 5 PUBLIC stratocu_if 6 7 CONTAINS 8 1 9 SUBROUTINE stratocu_if(klon,klev,pctsrf,paprs, pplay,t & 2 10 ,seuil_inversion,weak_inversion,dthmin) … … 80 88 81 89 END SUBROUTINE stratocu_if 90 91 END MODULE stratocu_if_mod -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5833 r5834 77 77 USE regr_horiz_time_climoz_m, ONLY: regr_horiz_time_climoz 78 78 USE regr_pr_time_av_m, only: regr_pr_time_av 79 USE stratocu_if_mod, ONLY: stratocu_if 79 80 USE surface_data, ONLY : type_ocean, ok_veget 80 81 USE time_phylmdz_mod, only: current_time, itau_phy, pdtphys, raz_date, update_time
Note: See TracChangeset
for help on using the changeset viewer.
