TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | openandwriteheader (thefile, nspc) |
OpenAndWriteHeader | |
subroutine | openandwriteheaderlight (thefile) |
OpenAndWriteHeaderLight | |
subroutine openandwriteheader | ( | type(file), intent(in) | thefile, |
integer, intent(in) | nspc ) |
OpenAndWriteHeader
Opens a .txt output file and writes the header, i.e. lat,lon, year, species 1-nspc, all_species
nspc | : number of species |
theFile | : the output file |
Definition at line 39 of file OpenAndWriteHeader.f90.
subroutine openandwriteheaderlight | ( | type(file), intent(in) | thefile | ) |
OpenAndWriteHeaderLight
Opens a .txt output file and writes the header for the output of the light profile, i.e. lat,lon, year, heightclass, lightclasses
theFile | : the output file |
Definition at line 87 of file OpenAndWriteHeader.f90.