Changeset 8273 for branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters
- Timestamp:
- 2023-11-02T16:48:24+01:00 (15 months ago)
- Location:
- branches/ORCHIDEE_2_2/ORCHIDEE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE
- Property svn:mergeinfo changed
/trunk/ORCHIDEE merged: 8233
- Property svn:mergeinfo changed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters/constantes.f90
r7820 r8273 652 652 653 653 IF ( rough_dyn ) THEN 654 655 !Config Key = USE_RATIO_Z0M_Z0H 656 !Config Desc = To impose a constant ratio as in ROUGH_DYN=F 657 !Config Def = FALSE 658 !Config If = ROUGH_DYN 659 !Config Help = 660 !Config Units = [-] 661 CALL getin_p('USE_RATIO_Z0M_Z0H', use_ratio_z0m_z0h) 662 654 663 ! 655 664 !Config Key = C1 -
branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters/constantes_var.f90
r7709 r8273 557 557 !! (true/false) 558 558 !$OMP THREADPRIVATE(rough_dyn) 559 LOGICAL, SAVE :: use_ratio_z0m_z0h = .FALSE. !! To impose a constant ratio as done in ROUGH_DYN=F 560 !$OMP THREADPRIVATE(use_ratio_z0m_z0h) 559 561 560 562 LOGICAL, SAVE :: new_watstress = .FALSE.
Note: See TracChangeset
for help on using the changeset viewer.