Ignore:
Timestamp:
May 27, 2020, 2:59:10 PM (4 years ago)
Author:
fhourdin
Message:

Retropedalage sur le 1D.
Annulation de toutes les modifs de la veille.
Frederic

File:
1 edited

Legend:

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

    r3680 r3686  
    4949!#include "indicesol.h"
    5050
    51 #include "compar1d_std.h"
     51#include "compar1d.h"
    5252#include "flux_arp.h"
    5353#include "date_cas.h"
     
    291291!---------------------------------------------------------------------
    292292!Al1
    293         call conf_unicol_std
     293        call conf_unicol
    294294!Al1 moves this gcssold var from common fcg_gcssold to
    295295        Turb_fcg_gcssold = xTurb_fcg_gcssold
     
    10331033         IF ( play(l) < p_nudging_v .AND. nint(nudging_v) /= 0 ) &
    10341034             & d_v_nudge(l)=(v_nudg_mod_cas(l)-v(l))/nudging_v
    1035          IF ( play(l) < p_nudging_temp .AND. nint(nudging_temp) /= 0 ) &
    1036              & d_t_nudge(l)=(temp_nudg_mod_cas(l)-temp(l))/nudging_temp
     1035         IF ( play(l) < p_nudging_t .AND. nint(nudging_t) /= 0 ) &
     1036             & d_t_nudge(l)=(temp_nudg_mod_cas(l)-temp(l))/nudging_t
    10371037         IF ( play(l) < p_nudging_qv .AND. nint(nudging_qv) /= 0 ) &
    10381038             & d_q_nudge(l,1)=(qv_nudg_mod_cas(l)-q(l,1))/nudging_qv
    1039          IF ((adv_temp.eq.1) .and. (forc_w.eq.0)) then
    1040            d_t_adv(l)=alpha*omega(l)/rcpd+dt_mod_cas(l)
    1041          ELSE IF ((adv_temp.eq.1) .and. (forc_w.eq.1)) then
    1042            d_t_adv(l)=alpha*omega(l)/rcpd+ht_mod_cas(l)-d_t_dyn_z(l)
    1043          ENDIF
    1044 
    10451039      ENDDO
    10461040
Note: See TracChangeset for help on using the changeset viewer.