Changeset 5474 for LMDZ6/trunk/libf/phylmd/physiq_mod.F90
- Timestamp:
- Jan 13, 2025, 7:05:39 PM (29 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r5470 r5474 39 39 USE ioipsl_getin_p_mod, ONLY : getin_p 40 40 USE indice_sol_mod 41 USE infotrac_phy, ONLY: nqtot, nbtr, nqo, tracers, type_trac, addPhase 41 USE infotrac_phy, ONLY: nqtot, nbtr, nqo, tracers, type_trac, addPhase, ivap, iliq, isol, ibs, icf, irvc 42 42 USE strings_mod, ONLY: strIdx 43 43 USE iophy … … 510 510 !====================================================================== 511 511 ! 512 ! indices de traceurs eau vapeur, liquide, glace, fraction nuageuse LS (optional), blowing snow (optional)513 INTEGER,SAVE :: ivap, iliq, isol, ibs, icf, irvc514 !$OMP THREADPRIVATE(ivap, iliq, isol, ibs, icf, irvc)515 !516 512 ! 517 513 ! Variables argument: … … 1350 1346 1351 1347 IF (first) THEN 1352 ivap = strIdx(tracers(:)%name, addPhase('H2O', 'g'))1353 iliq = strIdx(tracers(:)%name, addPhase('H2O', 'l'))1354 isol = strIdx(tracers(:)%name, addPhase('H2O', 's'))1355 ibs = strIdx(tracers(:)%name, addPhase('H2O', 'b'))1356 icf = strIdx(tracers(:)%name, addPhase('H2O', 'f'))1357 irvc = strIdx(tracers(:)%name, addPhase('H2O', 'c'))1358 1348 ! CALL init_etat0_limit_unstruct 1359 1349 ! IF (.NOT. create_etat0_limit) CALL init_limit_read(days_elapsed)
Note: See TracChangeset
for help on using the changeset viewer.