research/Memo/GCM/IsoMATSIRO
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
|
Help
]
Start:
* Memo about IsoMATSIRO [#v4e6ab42]
** How to run test IsoMATSIRO experiment [#x9ca81f3]
See http://hydro.iis.u-tokyo.ac.jp/~kei/IsoMAT_RN.html fo...
&size(20){''If you are interested in using IsoMATSIRO, pl...
*** Installation (vertical 1D simulation of IPILPS) [#s01...
+ Download the source code from designated address and ex...
$ wget http://xxxx.xx.xxxx/xxxx.tar.gz
$ tar xvfz xxxx.tar.gz
+ cd agcm5.6 ; setenv AGCMDIR $PWD
$ cd agcm5.6
$ setenv AGCMDIR $PWD
+ Edit Mkinclude.single and link as Mkinclude.
$ vi Mkinclude.sigle (select PROJECT "offimat", SYSTEM "...
$ ln -sf Mkinclude.single Mkinclude
+ cd $AGCMDIR/src/proj/offimat and linke Mkinclude.1D as ...
$ cd src/proj/offimat
$ ln -sf Mkinclude.1D Mkinclude
+ cd $AGCMDIR/src and make
$ cd ../../
$ make dirs
$ make clean
$ make lib ($AGCMDIR/lib/Altix/libagcm5v00ml1soffimat.si...
$ make gcm ($AGCMDIR/bin/Altix/agcm5.v00ml1soffimat.sing...
*** Run [#l2febe83]
+ cd $AGCMDIR/sh_kei and Edit ipilps_test.sh (modify AGCM...
$ cd $AGCMDIR/sh_kei
$ vi ipilps_test.sh
setenv AGCMDIR /home/kei/Desktop/agcm5.6
#setenv LOC 012138 ; Tumbarumba
#setenv LOC 148055 ; Munich
setenv LOC 300087 ; Manaus
+ Edit gt2grd_dble.sh if necessary.
$ vi gt2grd_dble.sh
make FC=ifort FFLAGS="-O -assume byterecl -convert big...
+ Run ipilps_test.sh
$ ./ipilps_test.sh
*** Check output in GrADS [#ac491444]
- cd $AGCMDIR/out/ and validate the results.
-- ipilps_test_kei/${LOC}_grd : validation data
-- ipipls_test/${LOC}_grd : your results
-- isotopic variables : IGPRCT, ietflx, irunoff, etc.
-- non-isotopic variables : GPRCT, etflx, runoff, etc.
for example
$ cd $AGCMDIR/out
$ grads -l
> open ipilps_test/300087_grd/IGPRCT.ctl
> open ipilps_test_kei/300087_grd/IGPRCT.ctl
> open ipilps_test/300087_grd/GPRCT.ctl
> open ipilps_test_kei/300087_grd/IGPRCT.ctl
> set t 1 3000
> d var1.1/var.3
> d var1.2/var.4
## two lines should be perfectly matched each other.
End:
* Memo about IsoMATSIRO [#v4e6ab42]
** How to run test IsoMATSIRO experiment [#x9ca81f3]
See http://hydro.iis.u-tokyo.ac.jp/~kei/IsoMAT_RN.html fo...
&size(20){''If you are interested in using IsoMATSIRO, pl...
*** Installation (vertical 1D simulation of IPILPS) [#s01...
+ Download the source code from designated address and ex...
$ wget http://xxxx.xx.xxxx/xxxx.tar.gz
$ tar xvfz xxxx.tar.gz
+ cd agcm5.6 ; setenv AGCMDIR $PWD
$ cd agcm5.6
$ setenv AGCMDIR $PWD
+ Edit Mkinclude.single and link as Mkinclude.
$ vi Mkinclude.sigle (select PROJECT "offimat", SYSTEM "...
$ ln -sf Mkinclude.single Mkinclude
+ cd $AGCMDIR/src/proj/offimat and linke Mkinclude.1D as ...
$ cd src/proj/offimat
$ ln -sf Mkinclude.1D Mkinclude
+ cd $AGCMDIR/src and make
$ cd ../../
$ make dirs
$ make clean
$ make lib ($AGCMDIR/lib/Altix/libagcm5v00ml1soffimat.si...
$ make gcm ($AGCMDIR/bin/Altix/agcm5.v00ml1soffimat.sing...
*** Run [#l2febe83]
+ cd $AGCMDIR/sh_kei and Edit ipilps_test.sh (modify AGCM...
$ cd $AGCMDIR/sh_kei
$ vi ipilps_test.sh
setenv AGCMDIR /home/kei/Desktop/agcm5.6
#setenv LOC 012138 ; Tumbarumba
#setenv LOC 148055 ; Munich
setenv LOC 300087 ; Manaus
+ Edit gt2grd_dble.sh if necessary.
$ vi gt2grd_dble.sh
make FC=ifort FFLAGS="-O -assume byterecl -convert big...
+ Run ipilps_test.sh
$ ./ipilps_test.sh
*** Check output in GrADS [#ac491444]
- cd $AGCMDIR/out/ and validate the results.
-- ipilps_test_kei/${LOC}_grd : validation data
-- ipipls_test/${LOC}_grd : your results
-- isotopic variables : IGPRCT, ietflx, irunoff, etc.
-- non-isotopic variables : GPRCT, etflx, runoff, etc.
for example
$ cd $AGCMDIR/out
$ grads -l
> open ipilps_test/300087_grd/IGPRCT.ctl
> open ipilps_test_kei/300087_grd/IGPRCT.ctl
> open ipilps_test/300087_grd/GPRCT.ctl
> open ipilps_test_kei/300087_grd/IGPRCT.ctl
> set t 1 3000
> d var1.1/var.3
> d var1.2/var.4
## two lines should be perfectly matched each other.
Page: