Skip to content

Commit

Permalink
small modifications for version 3 that were not committed into SVN be…
Browse files Browse the repository at this point in the history
…fore Git migration
  • Loading branch information
pernak18 committed Jul 22, 2020
1 parent b9bed4e commit 66a2d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/make_cntnm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Revision$
# $Revision: 31661 $
# Makefile for cntnm
# From cntnm/build directory, type: gmake -f make_cntnm <TARGET>

Expand All @@ -13,7 +13,7 @@ include makefile.common
# change those two variables from what is provided here, no need to set this variable.

PRODUCT = cntnm
VERSION = v3.2
VERSION = v3.3

# Set name of CNTNM executable.
OUTPUT = ${PRODUCT}_$(VERSION)_$(PLTFRM)_$(FC_TYPE)_$(P_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion src/cntnm_progr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ PROGRAM DRCNTNM
!

PAVE = 1013.
TAVE = 296.
TAVE = 260.
!
VMRH2O = 0.01
!
Expand Down

0 comments on commit 66a2d90

Please sign in to comment.