Skip to content

Commit

Permalink
Update bldit_cctm.csh
Browse files Browse the repository at this point in the history
  • Loading branch information
fisidi authored Oct 9, 2020
1 parent 9bd3b8b commit d581a4d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CCTM/scripts/bldit_cctm.csh
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,15 @@ set make_options = "-j" #> additional options for make command if

#> Working directory and Version IDs
if ( $?ISAM_CCTM ) then
set VRSN = v532_ISAM #> model configuration ID
else if ( $?DDM3D_CCTM ) then
set VRSN = v532_DDM3D
else
set VRSN = v532 #> model configuration ID
endif
set EXEC = CCTM_${VRSN}.exe #> executable name
set CFG = CCTM_${VRSN}.cfg #> configuration file name
set VRSN = v532_ISAM #> model configuration ID for CMAQ_ISAM
else if ( $?DDM3D_CCTM ) then
set VRSN = v532_DDM3D #> model configuration ID for CMAQ_DDM
else
set VRSN = v532 #> model configuration ID for CMAQ
endif

set EXEC = CCTM_${VRSN}.exe #> executable name
set CFG = CCTM_${VRSN}.cfg #> configuration file name


#========================================================================
Expand Down

0 comments on commit d581a4d

Please sign in to comment.