research/Memo/GCM/River
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
|
Help
]
Start:
* River Routine Tips [#ja1d75b9]
- Description of a river model attached with CCSR/NIES GCM
- Main program: src/physics/pgriv.F
- Material: &ref(./061101TRIP-GCM.pdf);
Contents
#contents
** Old version [#u42979f9]
- No TRIP (Oki and Sud, 1998) formulation.
-- Explicit function.
- Calculation by I-J cordination order (NOT from upstream...
** New Version (as of 2006/11/24) [#k5578501]
- Source Code: &ref(pgriv.F.txt);
- TRIP formulation (analytic solution of transport equati...
- Parallel calculation is realized without bugs.
- Distinguish RUNOF (runoff from LSM) and RRUNOF (river r...
- Give RDEST values (distance to adjacent grid) to river ...
- No consideration of "Meandering ratio". --> Can be cons...
- Verified version:
-- 5.6b
** Isotopic Version (as of 2006/11/24) [#f202db5f]
- Source Code: &ref(pgriv-isomat.F.txt);
- nonstd/pgriv-isomat.F
- Works with
--DOPT_NTR=4 (3: Oxygen iso, 4: Hydrogen iso)
--KRIVMAX>=1
- Verified version:
--5.6b (with Iso-MATSIRO)
** River Only Version (as of 2006/02/01 for Sakimura-kun)...
Making a new project, offriv, to src/proj.
- Main Source Code: &ref(aadmnsfc-riv.F.txt);
- nonstd/aadmnsfc-riv.F.txt
- Tar file: &ref(offriv.tar);
-- extract it in $AGCMDIR/
- Input:
-- RUNOFF (and IRUNOFF for isotope)
- Output:
-- RFLOW (and RFLOWXX for isotope): river flow (kg/s)
-- GDRIV (and GDRIVXX for isotope): river storage (kg/m/m)
-- RRUNOF (and RRUNOFXX for isotope): river runoff (kg/m/...
-- INFLW (and INFLWXX for isotope): inflow to river (kg/m...
-- XX is 01 and/or 02.
End:
* River Routine Tips [#ja1d75b9]
- Description of a river model attached with CCSR/NIES GCM
- Main program: src/physics/pgriv.F
- Material: &ref(./061101TRIP-GCM.pdf);
Contents
#contents
** Old version [#u42979f9]
- No TRIP (Oki and Sud, 1998) formulation.
-- Explicit function.
- Calculation by I-J cordination order (NOT from upstream...
** New Version (as of 2006/11/24) [#k5578501]
- Source Code: &ref(pgriv.F.txt);
- TRIP formulation (analytic solution of transport equati...
- Parallel calculation is realized without bugs.
- Distinguish RUNOF (runoff from LSM) and RRUNOF (river r...
- Give RDEST values (distance to adjacent grid) to river ...
- No consideration of "Meandering ratio". --> Can be cons...
- Verified version:
-- 5.6b
** Isotopic Version (as of 2006/11/24) [#f202db5f]
- Source Code: &ref(pgriv-isomat.F.txt);
- nonstd/pgriv-isomat.F
- Works with
--DOPT_NTR=4 (3: Oxygen iso, 4: Hydrogen iso)
--KRIVMAX>=1
- Verified version:
--5.6b (with Iso-MATSIRO)
** River Only Version (as of 2006/02/01 for Sakimura-kun)...
Making a new project, offriv, to src/proj.
- Main Source Code: &ref(aadmnsfc-riv.F.txt);
- nonstd/aadmnsfc-riv.F.txt
- Tar file: &ref(offriv.tar);
-- extract it in $AGCMDIR/
- Input:
-- RUNOFF (and IRUNOFF for isotope)
- Output:
-- RFLOW (and RFLOWXX for isotope): river flow (kg/s)
-- GDRIV (and GDRIVXX for isotope): river storage (kg/m/m)
-- RRUNOF (and RRUNOFXX for isotope): river runoff (kg/m/...
-- INFLW (and INFLWXX for isotope): inflow to river (kg/m...
-- XX is 01 and/or 02.
Page: