Skip to content

rita-tools/cropcoeff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cropcoeff

the most simple way to create the executable is to execute the following instructions (order is mandatory):

gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_utilities.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_settings.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_crop.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_cropseq.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_datetime.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_weather_station.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_productivity.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_io_file.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c mod_cropcoef_v4.f90 gfortran -fbounds-check -march=prescott -ffast-math -funroll-loops -O3 -c main.f90 gfortran -o ./example/cropcoef.exe *.o -static erase *.o *.mod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published