Ignore:
Timestamp:
Feb 17, 2018, 6:02:23 PM (6 years ago)
Author:
fhourdin
Message:

Corrections forcages cas 1D sandu

File:
1 edited

Legend:

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

    r2983 r3223  
    286286       hthturb_gcssold = 0.
    287287       hqturb_gcssold = 0.
     288
     289
     290
    288291
    289292!---------------------------------------------------------------------
     
    985988!
    986989!=====================================================================
     990       CALL iophys_ini
    987991! START OF THE TEMPORAL LOOP :
    988992!=====================================================================
     
    11091113      endif     
    11101114!RC
     1115      if (forcing_sandu) then
     1116         ug(1:llm)=u_mod(1:llm)
     1117         vg(1:llm)=v_mod(1:llm)
     1118      endif
    11111119
    11121120      IF (prt_level >= 5) print*, 'fcoriolis, xlat,mxcalc ', &
    11131121                                   fcoriolis, xlat,mxcalc
    11141122
    1115        du_age(1:mxcalc)=fcoriolis*(v(1:mxcalc)-vg(1:mxcalc))
    1116        dv_age(1:mxcalc)=-fcoriolis*(u(1:mxcalc)-ug(1:mxcalc))
    11171123!       print *,'u-ug=',u-ug
    11181124
    11191125!!!!!!!!!!!!!!!!!!!!!!!!
    11201126! Geostrophic wind
     1127! Le calcul ci dessous est insuffisamment precis
     1128!      du_age(1:mxcalc)=fcoriolis*(v(1:mxcalc)-vg(1:mxcalc))
     1129!      dv_age(1:mxcalc)=-fcoriolis*(u(1:mxcalc)-ug(1:mxcalc))
    11211130!!!!!!!!!!!!!!!!!!!!!!!!
    11221131       sfdt = sin(0.5*fcoriolis*timestep)
Note: See TracChangeset for help on using the changeset viewer.