Ignore:
Timestamp:
Oct 29, 2019, 9:48:03 AM (5 years ago)
Author:
fhourdin
Message:

Details SCM standard format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.F90

    r3594 r3595  
    393393! Activation de quelques cles en fonction des variables disponibles
    394394!-----------------------------------------------------------------------
    395 if ( 1 == 0 ) THEN
     395if ( 1 == 1 ) THEN
    396396            if ( name_var(i) == 'temp_nudg' .and. nint(nudging_t)==0) stop 'Nudging inconsistency temp'
    397397            if ( name_var(i) == 'qv_nudg' .and. nint(nudging_qv)==0) stop 'Nudging inconsistency qv'
Note: See TracChangeset for help on using the changeset viewer.