Changeset 6105 for LMDZ6/trunk/libf/phylmd/physiq_mod.F90
- Timestamp:
- Mar 13, 2026, 11:02:03 PM (3 weeks ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r6099 r6105 56 56 USE assert_m, only: assert 57 57 USE change_srf_frac_mod 58 USE conf_phys_m, only: conf_phys 58 59 USE conf_phys_m, ONLY : conf_phys 60 ! TBD 2026/03/13 : les variables ci dessous ont été passées en module. 61 ! elles foivent disparaitre de physiq_mod.F90 62 USE conf_phys_m, ONLY : ok_journe, ok_mensuel, ok_instan, ok_hf, ok_LES 63 59 64 USE carbon_cycle_mod, ONLY : infocfields_init, RCO2_glo, carbon_cycle_rad ! PC 60 65 … … 524 529 !cc PARAMETER (soil_model=.FALSE.) 525 530 !====================================================================== 526 LOGICAL ok_journe ! sortir le fichier journalier 527 SAVE ok_journe 528 !$OMP THREADPRIVATE(ok_journe) 529 ! 530 LOGICAL ok_mensuel ! sortir le fichier mensuel 531 SAVE ok_mensuel 532 !$OMP THREADPRIVATE(ok_mensuel) 533 ! 534 LOGICAL ok_instan ! sortir le fichier instantane 535 SAVE ok_instan 536 !$OMP THREADPRIVATE(ok_instan) 537 ! 538 LOGICAL ok_LES ! sortir le fichier LES 539 SAVE ok_LES 540 !$OMP THREADPRIVATE(ok_LES) 541 ! 542 LOGICAL callstats ! sortir le fichier stats 543 SAVE callstats 544 !$OMP THREADPRIVATE(callstats) 531 ! 532 ! 545 533 ! 546 534 LOGICAL ok_region ! sortir le fichier regional … … 618 606 CHARACTER*3 region 619 607 PARAMETER(region='3d') 620 LOGICAL ok_hf621 !622 SAVE ok_hf623 !$OMP THREADPRIVATE(ok_hf)624 608 625 609 INTEGER, PARAMETER :: longcles=20 … … 1300 1284 ! 1301 1285 ! appel a la lecture du run.def physique 1302 CALL conf_phys(ok_journe, ok_mensuel, & 1303 ok_instan, ok_hf, & 1304 ok_LES, & 1305 callstats, & 1306 solarlong0, & 1286 CALL conf_phys( solarlong0, & 1307 1287 fact_cldcon,facttemps,ok_newmicro,iflag_radia, & 1308 1288 iflag_cld_th, &
Note: See TracChangeset
for help on using the changeset viewer.
