Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion configuration/driver/icedrv_init_column.F90
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,8 @@ subroutine init_zbgc
nt_bgc_Fep ! particulate iron

integer (kind=int_kind), dimension(icepack_max_aero) :: &
nt_zaero ! black carbon and other aerosols
nt_zaero , & ! black carbon and other aerosols
nt_zaero_sw ! for shortwave calculation

integer (kind=int_kind), dimension(icepack_max_nbtrcr) :: &
bio_index_o ! relates nlt_bgc_NO to ocean concentration index
Expand Down Expand Up @@ -1272,6 +1273,7 @@ subroutine init_zbgc
nlt_zaero(:) = 0
nlt_zaero_sw(:) = 0
nt_zaero(:) = 0
nt_zaero_sw(:) = 0

nlt_bgc_Nit = 0
nlt_bgc_Am = 0
Expand Down
15 changes: 1 addition & 14 deletions configuration/scripts/icepack.batch.csh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ cat >> ${jobfile} << EOFB
###SBATCH --mail-user username@domain.com
EOFB

else if (${ICE_MACHINE} =~ wolf*) then
else if (${ICE_MACHINE} =~ badger*) then
cat >> ${jobfile} << EOFB
#SBATCH -J ${ICE_CASENAME}
#SBATCH -t ${ICE_RUNLENGTH}
Expand All @@ -111,19 +111,6 @@ cat >> ${jobfile} << EOFB
#SBATCH --qos=standby
EOFB

else if (${ICE_MACHINE} =~ pinto*) then
cat >> ${jobfile} << EOFB
#SBATCH -J ${ICE_CASENAME}
#SBATCH -t ${ICE_RUNLENGTH}
#SBATCH -A ${acct}
#SBATCH -N ${nnodes}
#SBATCH -e slurm%j.err
#SBATCH -o slurm%j.out
###SBATCH --mail-type END,FAIL
###SBATCH --mail-user=eclare@lanl.gov
#SBATCH --qos=standard
EOFB

else if (${ICE_MACHINE} =~ loft*) then
cat >> ${jobfile} << EOFB
# nothing to do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#==============================================================================
# Macros file for LANL pinto, intel compiler
# Macros file for LANL badger, intel compiler
#==============================================================================

CPP := fpp
Expand All @@ -14,7 +14,8 @@ FFLAGS_NOOPT:= -O0
ifeq ($(ICE_BLDDEBUG), true)
FFLAGS += -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created
else
FFLAGS += -O2
# FFLAGS += -O2
FFLAGS += -O1
endif

ifeq ($(ICE_COMMDIR), mpi)
Expand Down
68 changes: 0 additions & 68 deletions configuration/scripts/machines/Macros.wolf_intel

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/tcsh -f

source /usr/share/Modules/init/csh
#source /usr/share/Modules/init/csh

#module purge
#module load intel
Expand All @@ -17,15 +17,15 @@ setenv PNETCDF_PATH /usr/projects/climate/SHARED_CLIMATE/software/conejo/paralle
#setenv MP_EUILIB us
#setenv MP_EAGER_LIMIT 0

setenv ICE_MACHINE_ENVNAME wolf
setenv ICE_MACHINE_ENVNAME badger
setenv ICE_MACHINE_COMPILER intel
setenv ICE_MACHINE_MAKE gmake
setenv ICE_MACHINE_WKDIR /net/scratch3/$user/ICEPACK_RUNS
setenv ICE_MACHINE_INPUTDATA /usr/projects/climate/eclare/DATA/Consortium
setenv ICE_MACHINE_BASELINE /net/scratch3/$user/ICEPACK_BASELINE
setenv ICE_MACHINE_SUBMIT "sbatch "
setenv ICE_MACHINE_ACCT climateacme
setenv ICE_MACHINE_ACCT e3sm
setenv ICE_MACHINE_QUEUE "default"
setenv ICE_MACHINE_TPNODE 16
setenv ICE_MACHINE_TPNODE 36
setenv ICE_MACHINE_BLDTHRDS 1
setenv ICE_MACHINE_QSTAT "squeue --jobs="
31 changes: 0 additions & 31 deletions configuration/scripts/machines/env.pinto_intel

This file was deleted.