Changeset 3594 for LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.F90
- Timestamp:
- Oct 29, 2019, 7:32:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.F90
r3593 r3594 393 393 ! Activation de quelques cles en fonction des variables disponibles 394 394 !----------------------------------------------------------------------- 395 if ( 1 == 0 ) THEN 395 396 if ( name_var(i) == 'temp_nudg' .and. nint(nudging_t)==0) stop 'Nudging inconsistency temp' 396 397 if ( name_var(i) == 'qv_nudg' .and. nint(nudging_qv)==0) stop 'Nudging inconsistency qv' 397 398 if ( name_var(i) == 'u_nudg' .and. nint(nudging_u)==0) stop 'Nudging inconsistency u' 398 399 if ( name_var(i) == 'v_nudg' .and. nint(nudging_u)==0) stop 'Nudging inconsistency v' 400 ELSE 401 print*,'GUIDAGE : CONSISTENCY CHECK DEACTIVATED FOR TESTS of SANDU/REF' 402 ENDIF 399 403 400 404 !----------------------------------------------------------------------- … … 714 718 time_cas1=(it_cas1-1)*pdt_cas 715 719 time_cas2=(it_cas2-1)*pdt_cas 716 717 720 ! print *,'timeit,pdt_cas,nt_cas=',timeit,pdt_cas,nt_cas 721 ! print *,'it_cas1,it_cas2,time_cas1,time_cas2=',it_cas1,it_cas2,time_cas1,time_cas2 718 722 719 723 if (it_cas1 .gt. nt_cas) then
Note: See TracChangeset
for help on using the changeset viewer.