- Timestamp:
- Sep 16, 2025, 5:35:37 PM (2 months ago)
- Location:
- LMDZ6/trunk/libf
- Files:
-
- 3 edited
-
phylmd/evappot.f90 (modified) (2 diffs)
-
phylmd/physiq_mod.F90 (modified) (1 diff)
-
phylmdiso/physiq_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/evappot.f90
r5390 r5812 1 !$gpum horizontal klon 2 MODULE evappot_mod 3 PRIVATE 4 5 PUBLIC evappot 6 7 CONTAINS 8 1 9 SUBROUTINE evappot(klon,nbsrf,ftsol,pplay,cdragh, & 2 10 & t_seri,q_seri,u_seri,v_seri,evap_pot) … … 42 50 43 51 END SUBROUTINE evappot 52 53 END MODULE evappot_mod -
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r5810 r5812 32 32 USE dimphy 33 33 USE etat0_limit_unstruct_mod 34 USE evappot_mod, ONLY: evappot 34 35 USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando, FLOTT_GWD_rando_first 35 36 USE fonte_neige_mod, ONLY : fonte_neige_get_vars -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5811 r5812 32 32 USE dimphy 33 33 USE etat0_limit_unstruct_mod 34 USE evappot_mod, ONLY: evappot 34 35 USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando 35 36 USE fonte_neige_mod, ONLY : fonte_neige_get_vars
Note: See TracChangeset
for help on using the changeset viewer.
