Changeset a4288fa in flexpart.git for src/readoutgrid.f90


Ignore:
Timestamp:
Dec 15, 2020, 2:15:39 PM (3 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
GFS_025, dev
Children:
759df5f
Parents:
5635973
Message:

Added option to write surface pressure/temperature to netcdf output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readoutgrid.f90

    • Property mode changed from 100644 to 100755
    r92fab65 ra4288fa  
    210210  allocate(areanorth(0:numxgrid-1,0:numygrid-1,numzgrid),stat=stat)
    211211  if (stat.ne.0) write(*,*)'ERROR: could not allocate areanorth'
     212! ESO: surface pressure/temperature
     213  if (write_p0t0) then
     214     allocate(t0out(0:numxgrid-1,0:numygrid-1),stat=stat)
     215     allocate(p0out(0:numxgrid-1,0:numygrid-1),stat=stat)
     216  end if
     217
     218
    212219  return
    213220
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG