Skip to content

Commit

Permalink
Add comments about dataset verison
Browse files Browse the repository at this point in the history
Add some notes that dataset version is only
updated when the new datasets will NOT be
backwards compatible with the previous
version.
  • Loading branch information
ekluzek committed Sep 4, 2024
1 parent 90a5cf0 commit 703c291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/mksurfdata_esmf/src/mkfileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ subroutine mkfile_define_atts(pioid, dynlanduse)
character(len= 10) :: time ! temporary
character(len= 5) :: zone ! temporary
integer :: rcode
! Surface dataset version these datasets are compatible with:
! - Only update this when the new surface datasets will be incompatible with the previous verison
! - Since whenever we update surface datasets we update to a new minor version this always corresponds
! to a CTSM minor version: 5.3, i6.1, 6.5 etcetera
real(r4), parameter :: data_version = 5.3 ! Compatibility version number of the datasets to create
character(len=*), parameter :: subname = 'mkfile_define_atts'
!-----------------------------------------------------------------------
Expand Down

0 comments on commit 703c291

Please sign in to comment.