= DCPAM6 開発メモ  (2026/06/09 S. Takehiro)

== TODO

* 高橋さん放射スキームの導入
* DCPAM5 チュートリアルのチェック

== 参考にすべきベンチマーク計算 (AFES のページを参考にした)

* 移流テスト
  Williamson, D. L. , Drake, J. B. , Hack, J. J. , Jakob, R.,
  Swarztrauber, P. N. , 1992:
  A Standard Test Set for Numerical Approximations to the
  Shallow Water Equation in Spherical Geometry.
  J. Comput. Phys., 102, 211--224.

* 移流スキームのテスト (HS94 + トレーサー実験)
  Galewsky, J., Sobel, A., Held, I.,  2005 :
  Diagnosis of subtropical humidity dynamics using tracers of last saturation.
  J. Atmos. Sci., 62, 3353--3367.

* 湿潤過程と Ocean mixed layer のテスト (APE + mixed layer)
  Lee, M. I., Suarez, M. J., Kang, I. S., Held, I. M., Kim, D., 2008 :
  moist benchmark calculation for atmospheric general circulation models.
  J. Climate, 21, 4934--4954.

* 傾圧不安定問題 (Polvani のより現実的らしい)
  Jablonowski, C., Williamson, D. L., 2006 :
  A baroclinic instability test case for atmospheric model dynamical core.
  Quart. J. Roy. Meteorol. Soc., 132, 2943--297.

* 簡易水惑星実験
  Thatcher, D. R., Jablonowski, C., 2016 :
  A moist aquaplanet variant of the Held-Suarez test
  for atmospheric model dynamical core.
  Geosci. Model Dev., 9, 1263--1292.


== MEMO

* Semi-lagrangian スキームの MPI 対応のため, xvb_pva で経度方向を
  同じプロセスにまとめて水平移流計算をおこなようにした (2026/06/08). 

* Slab Ocean の 水平拡散の部分をとりあえずカット (2026/06/08)

* libsrc/cumulus/relaxed_arakawa_schubert.f90 での
  カラム入れ替えルーチンをやめる. 何をしたいか理解できていない

* HS94 低解像度実験で MPI 並列数を変えると結果が変わる問題.
  * T21L20 では約 200 日までは並列計算一致, 約 200 日後に変わってしまう
  * 初期値を変えても変わらない
  * MPI で丸め誤差出るんだっけ?

== Slab Ocean について

* 大気海洋結合モデルの開発の流れで始まっている. 
  
  * Bryan (1969)
  * Manabe (1969)

  Bryan (1969) の海氷厚の時間変化の式には水平拡散項が存在している. 

* mixed-layer ocean の impliment は

  * Manabe and Stouffer (1979)
  * Manabe and Stouffer (1980)

  sea ice の熱も質量も水平拡散しない.

* Reference

  Bryan, K., 1969 :
  Climate and the ocean circulation: III. The ocean model.
  Mon. Wea. Rev., 97, 806--827.

  Manabe, S., 1969:
  Climate and the ocean circulation - II. The atmospheric circulation
  and the effect of heat transfer by ocean currents.
  Mon. Wea. Rev., 97, 775--805.

  Manabe, S., Stouffer, R. J., 1980:
  Sensitivity of a global climate model to an increase of CO2
  concentration in the atmosphere.
  J. Geophys. Res., 85, 5529--5554.

  Manabe, S., Stouffer, R. J., 1979:
  A CO2-climate sensitivity study with a mathematical model of the
  global climate.
  Nature, 282, 491--493.
