Changeset 2873


Ignore:
Timestamp:
Jan 16, 2023, 4:47:13 PM (23 months ago)
Author:
jleconte
Message:

Correction in check fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/check_fields.F90

    r2663 r2873  
    3535if (firstcall) then
    3636   call getin_p("check_temp_min", default_temp_min)
    37    call getin_p("check_temp_max", default_temp_min)
     37   call getin_p("check_temp_max", default_temp_max)
    3838   call getin_p("check_wind_max", default_wind_max)
    3939   call getin_p("check_ps_min", default_ps_min)
Note: See TracChangeset for help on using the changeset viewer.