Skip to content

yuanhuas/MKSRF-U

 
 

Repository files navigation

Urban data for model

gfortran -o mkglobal -fbounds-check -g MakeGlobalUrban.F90 -I$Inc -L$Lib -lnetcdf -lnetcdff

gfortran -o mkreg -fbounds-check -g MakeRegionUrban.F90 -I$Inc -L$Lib -lnetcdf -lnetcdff

Aggregate 30m data to 500m

gfortran -o mkgfcc -fbounds-check -g Aggre_GFCC.F90 -I$Inc -L$Lib -lnetcdf -lnetcdff

gfortran -o mkgl30 -fbounds-check -g Aggre_GL30.F90 -I$Inc -L$Lib -lnetcdf -lnetcdff

NOTE: If errors occur when run mkglobal or mkreg (i.e., 0 of dimenssion....), please first run nearest.py to fill 0 grid which is not aggre with MODIS data and overwriting old data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 98.1%
  • Python 1.9%