Changeset 3688 for LMDZ6/trunk
- Timestamp:
- May 29, 2020, 12:20:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.F90
r3686 r3688 365 365 &'temp','qv','ql','qi','u','v','tke','pressure',& ! #5-#12 366 366 ! coordonnees pression + temps #42 367 &'w','omega','ug','vg','uadv','uadvh','uadvv','vadv','vadvh','vadvv','t adv','tadvh','tadvv',& ! #13 - #25368 &'qv adv','qvadvh','qvadvv','thadv','thadvh','thadvv','thladvh', & ! #26 - #32367 &'w','omega','ug','vg','uadv','uadvh','uadvv','vadv','vadvh','vadvv','temp_adv','tadvh','tadvv',& ! #13 - #25 368 &'qv_adv','qvadvh','qvadvv','thadv','thadvh','thadvv','thladvh', & ! #26 - #32 369 369 & 'radv','radvh','radvv','radcool','q1','q2','ustress','vstress', & ! #33 - #40 370 370 & 'rh','temp_nudging','qv_nudging','u_nudging','v_nudging', & ! #41-45 … … 394 394 !----------------------------------------------------------------------- 395 395 if ( 1 == 1 ) THEN 396 if ( name_var(i) == 'temp_nudaing' .and. nint(nudging_t)==0) stop 'Nudging inconsistency temp' 396 ! A MODIFIER: il faudrait dire nudging_temp mais faut le declarer dans compar1d.h etc... 397 ! if ( name_var(i) == 'temp_nudging' .and. nint(nudging_t)==0) stop 'Nudging inconsistency temp' 397 398 if ( name_var(i) == 'qv_nudging' .and. nint(nudging_qv)==0) stop 'Nudging inconsistency qv' 398 399 if ( name_var(i) == 'u_nudging' .and. nint(nudging_u)==0) stop 'Nudging inconsistency u'
Note: See TracChangeset
for help on using the changeset viewer.