Skip to content

Commit

Permalink
generic nco
Browse files Browse the repository at this point in the history
  • Loading branch information
biljanaorescanin committed Jan 31, 2024
1 parent e1f8348 commit e883a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Applications/LDAS_App/lenkf.j.template
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ setenv MKL_CBWR "AVX2"
setenv LD_LIBRARY_PATH ${BASEDIR}/${ARCH}/lib:${ESMADIR}/lib:${LD_LIBRARY_PATH}

if ( -e /etc/os-release ) then
module load nco/4.8.1
module load nco

This comment has been minimized.

Copy link
@gmao-rreichle

gmao-rreichle Jan 31, 2024

Contributor

Shouldn't the entire if block be replaced with a single line ("module load nco")?
@weiyuan-jiang

This comment has been minimized.

Copy link
@weiyuan-jiang

weiyuan-jiang Jan 31, 2024

Contributor

Shouldn't the entire if block be replaced with a single line ("module load nco")? @weiyuan-jiang

yes, the entire block should be replace with module load nco

This comment has been minimized.

Copy link
@biljanaorescanin

biljanaorescanin Jan 31, 2024

Author Contributor

I did remove it 2 min after this commit. Sorry I made confusion

else
module load other/nco-4.6.8-gcc-5.3-sp3
endif
Expand Down

0 comments on commit e883a23

Please sign in to comment.