Skip to content

Commit

Permalink
Replaced Martin's full path with relative path.
Browse files Browse the repository at this point in the history
  • Loading branch information
makorzen committed Feb 25, 2021
1 parent ff3c0da commit 0848d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EBM/src/monthly_output.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subroutine monthly_output

! This is the name of the data file that will be created.
character*(*) FILE_NAME
parameter (FILE_NAME = '/Users/martinrypdal/Dropbox/FRIPRO/FortranCode/EBM/output/monthly-output.nc')
parameter (FILE_NAME = '../output/monthly-output.nc')
integer ncid


Expand Down
2 changes: 1 addition & 1 deletion EBM/src/timesteps_output.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subroutine timesteps_output

! This is the name of the data file we will create.
character*(*) FILE_NAME
parameter (FILE_NAME = '/Users/martinrypdal/Dropbox/FRIPRO/FortranCode/EBM/output/timesteps-output2.nc')
parameter (FILE_NAME = '../output/timesteps-output2.nc')
integer ncid

integer NDIMS
Expand Down

0 comments on commit 0848d5e

Please sign in to comment.