Skip to content

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

License

Notifications You must be signed in to change notification settings

humbertovarona/fjul2greg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Version

1.0

How to compile

~] gfortran -c fjul2greg.f90 <Enter>
~] gfortran -o example test_fjul2greg.f90 fjul2greg.o <Enter>

How to run

~] ./example <Enter>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published