Ignore:
Timestamp:
May 2, 2024, 6:06:46 PM (8 weeks ago)
Author:
musat
Message:

Initialisation of ratqs_inter_ to 0.002 in phys_state_var_mod
Back to the old phyetat0_get_mod (because isnan doesn't work with
gfortran lmgz-cq)
IonelaMusat?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyetat0_get_mod.F90

    r4927 r4928  
    6464  DO i = 1, SIZE(name)
    6565    CALL get_field(TRIM(name(i)), field, lFound)
    66     IF(isnan(field(1,1))) THEN
    67       field(:,:) = default
    68     ENDIF
    6966    IF(lFound) EXIT
    7067    WRITE(lunout,*) "phyetat0: Missing field <",TRIM(name(i)),"> "
Note: See TracChangeset for help on using the changeset viewer.