Skip to content

Commit

Permalink
Revert "Bugfix/trnc (#246)" (#258)
Browse files Browse the repository at this point in the history
This reverts commit d5adaf6.

Co-authored-by: Mickael Accensi <[email protected]>
  • Loading branch information
aliabdolali and mickaelaccensi authored Oct 19, 2020
1 parent d5adaf6 commit 9c22b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/ftn/ww3_trnc.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
IRET=NF90_PUT_ATT(NCID,VARID(1),'long_name','time in 365 day calendar')
CASE ('standard')
IRET=NF90_PUT_ATT(NCID,VARID(1),'long_name','julian day (UT)')
END SELECT
END CASE
IRET=NF90_PUT_ATT(NCID,VARID(1),'standard_name','time')
IRET=NF90_PUT_ATT(NCID,VARID(1),'units','days since 1990-01-01 00:00:00')
IRET=NF90_PUT_ATT(NCID,VARID(1),'conventions', &
Expand Down

0 comments on commit 9c22b13

Please sign in to comment.