Skip to content

Commit

Permalink
fix comment, fix env for orion and hera
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed May 14, 2022
1 parent 4b28dfe commit 247dc1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion cicecore/drivers/nuopc/cmeps/ice_import_export.F90
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ subroutine ice_advertise_fields(gcomp, importState, exportState, flds_scalar_nam
call fldlist_add(fldsToIce_num, fldsToIce, 'Faxa_bcph', ungridded_lbound=1, ungridded_ubound=3)
! from atm - wet dust deposition fluxes (4 sizes)
call fldlist_add(fldsToIce_num, fldsToIce, 'Faxa_dstwet', ungridded_lbound=1, ungridded_ubound=4)
! from - atm dry dust deposition fluxes (4 sizes)
! from atm - dry dust deposition fluxes (4 sizes)
call fldlist_add(fldsToIce_num, fldsToIce, 'Faxa_dstdry', ungridded_lbound=1, ungridded_ubound=4)

do n = 1,fldsToIce_num
Expand Down
3 changes: 0 additions & 3 deletions configuration/scripts/machines/env.hera_intel
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ module load impi/2018.0.4
module load netcdf/4.7.0
#module list

# May be needed for OpenMP memory
#setenv OMP_STACKSIZE 64M

endif

# May be needed for OpenMP memory
Expand Down
3 changes: 0 additions & 3 deletions configuration/scripts/machines/env.orion_intel
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ module load impi/2020.2
module load netcdf/4.7.4
##module list

# May be needed for OpenMP memory
#setenv OMP_STACKSIZE 64M

endif

limit coredumpsize unlimited
Expand Down

0 comments on commit 247dc1d

Please sign in to comment.