Dear all
I have a some questions.
Now I am using the regcm3 for nesting.
For nesting, I have new sst data(ECSST) from surface temperature of regcm output.
I setted domain.param file fallowing
! DATTYP : (ECMWF,ERA40,ERAHI,NNRP1,NNRP2,FVGCM,FNEST,EH5OM)
parameter(DATTYP='FNEST')
! SSTTYP : (ECSST,GISST,OISST,OI_WK,FV_RF,FV_A2,FV_B2,EH5RF,EH5A2)
parameter(SSTTYP='ECSST')
And I have new ICBC.f and SST.f
icbc.x file is fallowing
#!/bin/csh -f
make clean
make SST_ECHOG_A2
./SST_ECHOG_A2
/bin/rm -f SST_ECHOG_A2.o SST_ECHOG_A2
make ICBC_ECHOG
./ICBC_ECHOG
/bin/rm -f ICBC_ECHOG.o ICBC_ECHOG SST.RCM
There is error message while running the icbc.x file fallowing.
[root@localhost ICBC]# ./icbc.x
rm -f *.o SST_ECHOG_A2 ICBC_ECHOG
f90 -convert big_endian -c SST_ECHOG_A2.f
make: f90: Command not found.
make: *** [SST_ECHOG_A2.o] error 127
./SST_ECHOG_A2: Command not found.
f90 -convert big_endian -c ICBC_ECHOG.f
make: f90: Command not found.
make: *** [ICBC_ECHOG.o] error 127
./ICBC_ECHOG: Command not found.
I don't know why this error message occurred.
Anybody know about, teach me.
Thanks
>Sanghun Lee, Ph.D.