/[MITgcm]/MITgcm/pkg/aim/aim_do_atmos_physics.F
ViewVC logotype

Log of /MITgcm/pkg/aim/aim_do_atmos_physics.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Links to branch-exfmods-curt: (view) (download) (annotate)
Sticky Tag:

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Nov 22 03:04:44 2002 UTC (21 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: branch-exfmods-tag, branchpoint-genmake2, checkpoint47a_post, checkpoint47b_post, checkpoint47c_post, checkpoint47d_post, checkpoint47d_pre, checkpoint47e_post, checkpoint47f_post, checkpoint47g_post, checkpoint47h_post, checkpoint47i_post, checkpoint47j_post, checkpoint48, checkpoint48a_post, checkpoint48b_post, checkpoint48c_post, checkpoint48c_pre, checkpoint48d_post, checkpoint48d_pre, checkpoint48e_post, checkpoint48f_post, checkpoint48g_post, checkpoint48h_post, checkpoint48i_post, checkpoint49, checkpoint50, checkpoint50a_post, checkpoint50b_post, checkpoint50b_pre, checkpoint50c_post, checkpoint50c_pre, checkpoint50d_post, checkpoint50d_pre, checkpoint50e_post, checkpoint50e_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint50g_post, checkpoint50h_post, checkpoint50i_post, checkpoint51, checkpoint51a_post, checkpoint51b_post, checkpoint51b_pre, checkpoint51c_post, checkpoint51d_post, checkpoint51e_post, checkpoint51f_pre
Branch point for: branch-exfmods-curt, branch-genmake2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
change arguments and S/R name to enable the switch aim <-> aim_v23


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Oct 9 01:01:24 2002 UTC (21 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46k_post, checkpoint46l_post, checkpoint46l_pre, checkpoint46m_post, checkpoint46n_post, checkpoint47
Changes since 1.10: +4 -5 lines
Diff to previous 1.10
* S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:
 - read AIM physics parameters from a file (data.aimphys)
 - set defaults values = F.Molteni paper (Clim.Dyn., 2002)
 - phiHyd removed from arg. list of S/R aim_do_atmos_physics


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 20:05:11 2002 UTC (21 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46i_post, checkpoint46j_post, checkpoint46j_pre
Changes since 1.9: +64 -141 lines
Diff to previous 1.9
Clean up AIM package (and keep the results unchanged):
a) include CPP_OPTION and use IMPLICT NONE in all routines ;
  declare all the variables _RL ;
b) use _d 0 for all numerical constants in Physics package,
  so that the code works with g77 (and give the right answer)
c) use ifdef ALLOW_AIM everywhere so that the package can be
 compiled without increasing the memory size.
d) clean-up the AIM interface (remove commented lines, unused
  variables ...)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 22:33:10 2002 UTC (22 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint43a-release1mods, checkpoint44, checkpoint44b_post, checkpoint44b_pre, checkpoint44e_post, checkpoint44e_pre, checkpoint44f_post, checkpoint44f_pre, checkpoint44g_post, checkpoint44h_post, checkpoint44h_pre, checkpoint45, checkpoint45a_post, checkpoint45b_post, checkpoint45c_post, checkpoint45d_post, checkpoint46, checkpoint46a_post, checkpoint46a_pre, checkpoint46b_post, checkpoint46b_pre, checkpoint46c_post, checkpoint46c_pre, checkpoint46d_post, checkpoint46d_pre, checkpoint46e_post, checkpoint46e_pre, checkpoint46f_post, checkpoint46g_post, checkpoint46g_pre, checkpoint46h_post, checkpoint46h_pre, chkpt44a_post, chkpt44a_pre, chkpt44c_post, chkpt44c_pre, chkpt44d_post, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials, release1_final_v1
Branch point for: release1-branch, release1_final
Changes since 1.8: +12 -9 lines
Diff to previous 1.8
Conserve water vapor when setting Q-toplevel=0
Input Files:
 move units conversion to aim_external_fields_load
 read surface Pot. Temp. and convert to in-situ Temp.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 19:55:34 2001 UTC (22 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint42, checkpoint43, ecco-branch-mod1, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.7: +42 -32 lines
Diff to previous 1.7
add a CPP option to turn back to old AIM Interface.
diagnostic of surface stress consistent with dynamical effect.
bug with Katm fixed.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 18:45:47 2001 UTC (22 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint40, checkpoint40pre9, checkpoint41
Changes since 1.6: +7 -3 lines
Diff to previous 1.6
Change name and definition of k_surf (now ksurfC)


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 13:50:43 2001 UTC (22 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint40pre8
Changes since 1.5: +5 -6 lines
Diff to previous 1.5
allow to run AIM with partial cell.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 17:39:58 2001 UTC (22 years, 10 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint40pre1, checkpoint40pre2, checkpoint40pre3, checkpoint40pre4, checkpoint40pre5, checkpoint40pre6, checkpoint40pre7
Changes since 1.4: +10 -15 lines
Diff to previous 1.4
Add to main branch of
  o CS atmos with AIM physics
  o Multi-threaded AIM physics for LatLon and CS tests
  o Tidied up monitor() output


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue May 29 19:28:53 2001 UTC (22 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.3: +138 -104 lines
Diff to previous 1.3
Updates for multi-threaded AIM with support for both latlon
and CS.
Needs compatible changes to verfication/


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 17:53:02 2001 UTC (23 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: c37_adj, checkpoint37, checkpoint38, checkpoint39, pre38-close, pre38tag1
Branch point for: pre38
Changes since 1.2: +5 -6 lines
Diff to previous 1.2
use state variable "eta" (replace cg2d_x) ; ALLOW_TIMEAVE (new package)


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:36:29 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint35, checkpoint36
Changes since 1.1: +352 -0 lines
Diff to previous 1.1
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics


Revision 1.1
Fri Jan 26 00:14:31 2001 UTC (23 years, 3 months ago) by cnh
Branch: MAIN
Branch point for: branch-atmos-merge
FILE REMOVED
file aim_do_atmos_physics.F was initially added on branch branch-atmos-merge.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22