i am trying to compile the inlet (swan-roms coupling) test.
>./build.bash
the process start and look works but after a while i get this error
Code: Select all
ROMS/Bin/cpp_clean /home/dnavidad/ROMS/PROJECTS/Inlet/Build/strings.f90
cd /home/dnavidad/ROMS/PROJECTS/Inlet/Build; /opt/intel/fce/10.0.023/bin/ifort -c -heap-arrays -fp-model precise -g -check uninit -ftrapuv -traceback -I/usr/local/mct/include -free strings.f90
cd /home/dnavidad/ROMS/PROJECTS/Inlet/Build; /opt/intel/fce/10.0.023/bin/ifort -c -heap-arrays -fp-model precise -g -check uninit -ftrapuv -traceback -I/usr/local/mct/include -free mod_netcdf.f90
cd /home/dnavidad/ROMS/PROJECTS/Inlet/Build; /opt/intel/fce/10.0.023/bin/ifort -c -heap-arrays -fp-model precise -g -check uninit -ftrapuv -traceback -I/usr/local/mct/include -free mod_sources.f90
cd /home/dnavidad/ROMS/PROJECTS/Inlet/Build; /opt/intel/fce/10.0.023/bin/ifort -c -heap-arrays -fp-model precise -g -check uninit -ftrapuv -traceback -I/usr/local/mct/include -free analytical.f90
fortcom: Error: analytical.f90, line 573: This is not a field name that is defined in the encompassing structure. [UBAR_EAST]
BOUNDARY(ng)%ubar_east(j)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 573: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%ubar_east(j)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 576: This is not a field name that is defined in the encompassing structure. [VBAR_EAST]
BOUNDARY(ng)%vbar_east(j)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 576: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%vbar_east(j)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 581: This is not a field name that is defined in the encompassing structure. [UBAR_WEST]
BOUNDARY(ng)%ubar_west(j)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 581: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%ubar_west(j)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 584: This is not a field name that is defined in the encompassing structure. [VBAR_WEST]
BOUNDARY(ng)%vbar_west(j)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 584: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%vbar_west(j)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 589: This is not a field name that is defined in the encompassing structure. [UBAR_SOUTH]
BOUNDARY(ng)%ubar_south(i)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 589: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%ubar_south(i)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 592: This is not a field name that is defined in the encompassing structure. [VBAR_SOUTH]
BOUNDARY(ng)%vbar_south(i)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 592: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%vbar_south(i)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 597: This is not a field name that is defined in the encompassing structure. [UBAR_NORTH]
BOUNDARY(ng)%ubar_north(i)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 597: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%ubar_north(i)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 600: This is not a field name that is defined in the encompassing structure. [VBAR_NORTH]
BOUNDARY(ng)%vbar_north(i)=0.0_r8
-----------------------^
fortcom: Error: analytical.f90, line 600: The structure-name is invalid or is missing. [BOUNDARY]
BOUNDARY(ng)%vbar_north(i)=0.0_r8
----------^
fortcom: Error: analytical.f90, line 656: This is not a field name that is defined in the encompassing structure. [BED]
& OCEAN(ng) % bed, &
------------------------------------------^
fortcom: Error: analytical.f90, line 657: This is not a field name that is defined in the encompassing structure. [BED_FRAC]
& OCEAN(ng) % bed_frac, &
------------------------------------------^
fortcom: Error: analytical.f90, line 658: This is not a field name that is defined in the encompassing structure. [BED_MASS]
& OCEAN(ng) % bed_mass, &
------------------------------------------^
fortcom: Error: analytical.f90, line 659: This is not a field name that is defined in the encompassing structure. [BOTTOM]
& OCEAN(ng) % bottom)
------------------------------------------^
fortcom: Error: analytical.f90, line 656: The shape matching rules of actual arguments and dummy arguments have been violated. [BED]
& OCEAN(ng) % bed, &
------------------------------------------^
fortcom: Error: analytical.f90, line 657: The shape matching rules of actual arguments and dummy arguments have been violated. [BED_FRAC]
& OCEAN(ng) % bed_frac, &
------------------------------------------^
fortcom: Error: analytical.f90, line 658: The shape matching rules of actual arguments and dummy arguments have been violated. [BED_MASS]
& OCEAN(ng) % bed_mass, &
------------------------------------------^
fortcom: Error: analytical.f90, line 659: The shape matching rules of actual arguments and dummy arguments have been violated. [BOTTOM]
& OCEAN(ng) % bottom)
------------------------------------------^
compilation aborted for analytical.f90 (code 1)
make: *** [/home/dnavidad/ROMS/PROJECTS/Inlet/Build/analytical.o] Error 1
thaks