Changeset 3950


Ignore:
Timestamp:
Nov 4, 2025, 4:13:19 PM (4 weeks ago)
Author:
tbertrand
Message:

PLUTO PCM:
Small fix for n2frac in newstart.F
TB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/newstart.F

    r3941 r3950  
    113113      REAL,ALLOCATABLE :: field_inputs(:,:)
    114114      REAL, ALLOCATABLE :: n2fracfi(:)
    115       REAL, ALLOCATABLE :: n2fracdat(:,:)
    116115
    117116      INTEGER i,j,l,isoil,ig,idum,k
     
    240239!allocate n2frac
    241240      allocate(n2fracfi(ngridmx))
    242       allocate(n2fracdat(iip1, jjp1))
    243241
    244242! get value of nsoilmx and allocate corresponding arrays
     
    562560          zgamS(:,:)=0
    563561          ztheS(:,:)=0
     562          n2fracfi(:)=1.
    564563
    565564          write(*,*) "Enter value of albedo of the bare ground:"
     
    604603        CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,phisold_newgrid,phisfi)
    605604        ! Initialize n2frac
    606         n2fracfi(:)=1.
     605        n2fracfi(1:ngridmx)=1.
    607606
    608607        ierr= NF_CLOSE(nid)
     
    611610        !do nothing, start and startfi have already been read
    612611        ! Initialize n2frac
    613         n2fracfi(:)=1.
     612        n2fracfi(1:ngridmx)=1.
    614613      else
    615614        CALL exit(1)
     
    657656        write(*,*) 'diurnal_TI: diurnal thermal inertia for all terr'
    658657        write(*,*) 'initsurf: initial surface temperature (global)'
    659         write(*,*) 'modtsurf: initial surface temperature (global)'
     658        write(*,*) 'modtsurf: initial surface + soil temperature'
    660659        write(*,*) 'copylat: copy tsurf and tsoil latitude'
    661660        write(*,*) 'copylatlon: copy tsurf and tsoil lat/lon'
Note: See TracChangeset for help on using the changeset viewer.