Changeset 5891 for LMDZ6/trunk


Ignore:
Timestamp:
Nov 28, 2025, 12:59:10 PM (22 hours ago)
Author:
Laurent Fairhead
Message:

Missed difference between getin and getin_p

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/conf_phys_m.f90

    r5776 r5891  
    22922292    !
    22932293    !
    2294     adjust_tropopause = .FALSE.
     2294    adjust_tropopause_omp = .FALSE.
    22952295    CALL getin('adjust_tropopause', adjust_tropopause_omp)
    22962296    !
     
    23022302    !
    23032303    !
    2304     ok_daily_climoz = .FALSE.
     2304    ok_daily_climoz_omp = .FALSE.
    23052305    CALL getin('ok_daily_climoz', ok_daily_climoz_omp)
    23062306    !
Note: See TracChangeset for help on using the changeset viewer.