Ignore:
Timestamp:
May 26, 2020, 8:10:45 AM (4 years ago)
Author:
fhourdin
Message:

Modifications pour le format standard.
Frédéric pour Marie-Pierre
Frédéric

File:
1 edited

Legend:

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

    r3595 r3680  
    4949!#include "indicesol.h"
    5050
    51 #include "compar1d.h"
     51#include "compar1d_std.h"
    5252#include "flux_arp.h"
    5353#include "date_cas.h"
     
    291291!---------------------------------------------------------------------
    292292!Al1
    293         call conf_unicol
     293        call conf_unicol_std
    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_t .AND. nint(nudging_t) /= 0 ) &
    1036              & d_t_nudge(l)=(temp_nudg_mod_cas(l)-temp(l))/nudging_t
     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
    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
    10391045      ENDDO
    10401046
Note: See TracChangeset for help on using the changeset viewer.