Skip to content

Fortran 90 subrutine to convert a Gregorian date into a Julian date

License

Notifications You must be signed in to change notification settings

humbertovarona/fgreg2jul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fortran 90 subrutine to convert a Gregorian date into a Julian date

Version

1.0

How to compile

~] gfortran -c fgreg2jul.f90 <Enter>
~] gfortran -o example test_fgreg2jul.f90 fgreg2jul.o <Enter>

How to run

~] ./example <Enter>

About

Fortran 90 subrutine to convert a Gregorian date into a Julian date

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published