Ignore:
Timestamp:
Jan 20, 2021, 6:36:39 PM (3 years ago)
Author:
asima
Message:

SPLA code cleaning :
concerns the updating from LMDZ5 to LMDZ6 (rev 3786),
and other obsolete lines and fragments, like everything related to "ok_histrac" flag
(which sent SPLA output in a "histrac.nc" file using IOIPSL; in 2014 J Escribano included SPLA output in the usual LMDZ hist* files.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/Dust/dustemission_mod.F90

    r3786 r3806  
    636636    ALLOCATE( srel(nats,nclass) )
    637637    ALLOCATE( srel2(nats,nclass) )
    638     !!AS: moved to subroutine dustemission_output_init
    639     !ALLOCATE( m1dflux(klon) )
    640     !ALLOCATE( m2dflux(klon) )
    641     !ALLOCATE( m3dflux(klon) )
    642638
    643639
     
    684680      !&      .and.pctsrf(i)>0.5.and.Pini(i,nts)>0.)THEN
    685681  ! JE20150605<< easier to read
    686   !    IF(pctsrf(i)>0.5.and.Pini(i,nts)>0.)THEN
    687682      IF(pctsrf(i,is_ter)>0.5.and.Pini(i,nts)>0.)THEN
    688683  ! JE20150605>>
     
    12751270                      modwm=sqrt((wind10ms(kwb)**2)+(1.2*zwstar(i))**2)
    12761271                      ustarns=cdnms*modwm*100.
    1277 !JE20150202 <<
    1278 ! Do not have too much sense.. and is not anymore in the chimere14b version.
    1279 !
    1280 !                      utmin=umin/(cdnms*ceff)
    1281 !                   IF(wind10cm(kwb).ge.utmin)THEN
    1282 !                      ustarsalt=ustarns+  &
    1283 !                    (0.3*(wind10cm(kwb)/100.-utmin/100.)**2.)
    1284 !                   ELSE
    1285 !                      ustarsalt=ustarns
    1286 !                   ENDIF
    1287 ! ustarsalt should be :
    12881272                    ustarsalt=ustarns
    1289 !JE20150202 >>
    12901273
    12911274
Note: See TracChangeset for help on using the changeset viewer.