QUESTION about ESMF_DIR variable in build.bash

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
dnavidad

QUESTION about ESMF_DIR variable in build.bash

#1 Unread post by dnavidad »

Hi everybody,

this is part of my build.bash.

I wonder about the role of ESMF_DIR in this part of the file, because really this path doesn't exist in my cluster, but i don't get any error about this when compiling.

thanks.

export USE_MY_LIBS=on #Changed

if [ -n "${USE_MY_LIBS:+1}" ]; then
case "$FORT" in
ifort )
export ESMF_DIR=/opt/intelsoft/esmf-3.1.0
export ESMF_OS=Linux
export ESMF_COMPILER=ifort
export ESMF_BOPT=O
export ESMF_ABI=64
export ESMF_COMM=mpich
export ESMF_SITE=default
export MCT_INCDIR=/opt/netcdf/3.5.1-intel/include
export MCT_LIBDIR=/opt/netcdf/3.5.1-intel/lib

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: QUESTION about ESMF_DIR variable in build.bash

#2 Unread post by kate »

ESMF is a coupling library. If you aren't using this library, then you don't have to have the correct path to it.

dnavidad

Re: QUESTION about ESMF_DIR variable in build.bash

#3 Unread post by dnavidad »

thanks,

really i try to run the inlet test with swan and roms.

is it important to this case?

in any case i put the right path.

thanks.

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: QUESTION about ESMF_DIR variable in build.bash

#4 Unread post by kate »

I've never run coupled, but I thought the main coupling was done with MCT, not ESMF. Perhaps you have a choice.

dnavidad

Re: QUESTION about ESMF_DIR variable in build.bash

#5 Unread post by dnavidad »

thanks.

Post Reply