I 'm novice! i'm trying to compile Roms on my linux with g95 compiler,I would confirm if i did it well!After Netcfd's installation (in /usr/local/lib and /usr/local/include), after changing FORT=g95 in Makefile, I go in roms/trunk directory and type :
export NETCDF_LIBDIR=/usr/local/lib
export NETCDF_INCDIR=/usr/local/include
export FORT=g95
make
it compiles and no errors appear!So executable oceanS is created in roms/trunk directory!That's fine!

So i launch Upwelling test as follow:
./oceanS < ROMS/External/ocean_upwelling.in
It works!and ends as follow:
Elapsed CPU time (seconds):
Thread # 0 CPU: 559.259
Total: 559.259
Nonlinear model elapsed time profile:
Initialization ................................... 0.036 ( 0.0064 %)
Processing of input data ......................... 0.332 ( 0.0594 %)
Computation of vertical boundary conditions ...... 0.132 ( 0.0236 %)
Computation of global information integrals ...... 3.120 ( 0.5579 %)
Writing of output data ........................... 1.256 ( 0.2246 %)
Model 2D kernel .................................. 238.471 (42.6405 %)
2D/3D coupling, vertical metrics ................. 2.232 ( 0.3991 %)
Omega vertical velocity .......................... 4.684 ( 0.8376 %)
Equation of state for seawater ................... 2.528 ( 0.4521 %)
Biological module, source/sink terms ............. 71.284 (12.7462 %)
3D equations right-side terms .................... 14.773 ( 2.6415 %)
3D equations predictor step ...................... 82.501 (14.7519 %)
Pressure gradient ................................ 18.493 ( 3.3067 %)
Harmonic mixing of tracers, S-surfaces ........... 14.077 ( 2.5171 %)
Harmonic stress tensor, S-surfaces ............... 7.820 ( 1.3984 %)
Corrector time-step for 3D momentum .............. 20.657 ( 3.6937 %)
Corrector time-step for tracers .................. 63.180 (11.2971 %)
Total: 545.578 97.5538
All percentages are with respect to total time = 559.259
ROMS/TOMS - Output NetCDF summary for Grid 01:
number of time records written in HISTORY file = 00000021
number of time records written in RESTART file = 00000002
Analytical header files used:
ROMS/Functionals/ana_biology.h
ROMS/Functionals/ana_btflux.h
ROMS/Functionals/ana_grid.h
ROMS/Functionals/ana_initial.h
ROMS/Functionals/ana_smflux.h
ROMS/Functionals/ana_srflux.h
ROMS/Functionals/ana_stflux.h
ROMS/Functionals/ana_vmix.h
ROMS/TOMS: DONE... Saturday - May 19, 2007 - 11:55:12 AM
Remaining memory: 136 bytes allocated at line 790 of mod_scalars.f90
Remaining memory: 128 bytes allocated at line 784 of mod_scalars.f90
Remaining memory: 24 bytes allocated at line 491 of mod_ncparam.f90
Remaining memory: 4 bytes allocated at line 963 of inp_par.f90
Remaining memory: 16 bytes allocated at line 809 of mod_scalars.f90
Remaining memory: 8 bytes allocated at line 516 of mod_ncparam.f90
Remaining memory: 44 bytes allocated at line 780 of mod_scalars.f90
Remaining memory: 168 bytes allocated at line 778 of mod_scalars.f90
Remaining memory: 32 bytes allocated at line 782 of mod_scalars.f90
Remaining memory: 128 bytes allocated at line 788 of mod_scalars.f90
Remaining memory: 136 bytes allocated at line 786 of mod_scalars.f90
Remaining memory: 24 bytes allocated at line 495 of mod_ncparam.f90
Remaining memory: 48 bytes allocated at line 810 of mod_scalars.f90
Remaining memory: 192 bytes allocated at line 807 of mod_scalars.f90
Remaining memory: 48 bytes allocated at line 800 of mod_scalars.f90
Remaining memory: 48 bytes allocated at line 799 of mod_scalars.f90
Remaining memory: 48 bytes allocated at line 804 of mod_scalars.f90
Remaining memory: 64 bytes allocated at line 801 of mod_scalars.f90
Remaining memory: 48 bytes allocated at line 802 of mod_scalars.f90
Remaining memory: 48 bytes allocated at line 803 of mod_scalars.f90
Remaining memory: 192 bytes allocated at line 805 of mod_scalars.f90
Remaining memory: 48 bytes allocated at line 811 of mod_scalars.f90
Remaining memory: 24 bytes allocated at line 493 of mod_ncparam.f90
Remaining memory: 24 bytes allocated at line 492 of mod_ncparam.f90
Remaining memory: 96 bytes allocated at line 494 of mod_ncparam.f90
... More segments remain
That's all? Is everything all right?
But i don't understand a thing about what roms 'finds' netcdf library:i should not modify Linux-g95.mk ,is it true?In fact in this file i look that remains (after i compile as above):
# NETCDF_INCDIR ?= /opt/gnusoft/netcdf/include
# NETCDF_LIBDIR ?= /opt/gnusoft/netcdf/lib
NETCDF_INCDIR ?= /opt/g95soft/netcdf/include
NETCDF_LIBDIR ?= /opt/g95soft/netcdf/lib
but my netcdf is in /usr/local/lib or /include. Is it ok?
Thanks for reply and be patience for this novice user....
