Changeset 6059 for LMDZ6/trunk/libf/phylmd/phys_output_var_mod.f90
- Timestamp:
- Feb 1, 2026, 8:52:37 PM (2 months ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/phys_output_var_mod.f90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_var_mod.f90
r5942 r6059 241 241 ! endif 242 242 243 IF (ok_hines) allocate(zustr_gwd_hines(klon), zvstr_gwd_hines(klon))244 IF (.not.ok_hines.and.ok_gwd_rando) &245 allocate(zustr_gwd_front(klon), zvstr_gwd_front(klon))246 IF (ok_gwd_rando)allocate(zustr_gwd_rando(klon), zvstr_gwd_rando(klon))243 ! stress from non orographic gravity wave drag params 244 allocate(zustr_gwd_hines(klon), zvstr_gwd_hines(klon)) 245 allocate(zustr_gwd_front(klon), zvstr_gwd_front(klon)) 246 allocate(zustr_gwd_rando(klon), zvstr_gwd_rando(klon)) 247 247 248 248 if (activate_ocean_skin >= 1) allocate(tkt(klon), tks(klon), taur(klon), & … … 293 293 deallocate(cloudth_sigmaenv) 294 294 295 ! stress from non orographic gravity wave drag params 296 297 deallocate(zustr_gwd_hines, zvstr_gwd_hines) 298 deallocate(zustr_gwd_front, zvstr_gwd_front) 299 deallocate(zustr_gwd_rando, zvstr_gwd_rando) 300 301 295 302 ! Marine 296 303 ! Variables de sortie simulateur AIRS
Note: See TracChangeset
for help on using the changeset viewer.
