/[MITgcm]/MITgcm/pkg/atm_compon_interf/atm_store_my_data.F
ViewVC logotype

Contents of /MITgcm/pkg/atm_compon_interf/atm_store_my_data.F

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


Revision 1.1 - (show annotations) (download)
Mon Dec 15 02:44:48 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52e_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint52e_post, checkpoint52l_post, checkpoint52k_post, checkpoint53b_pre, checkpoint52m_post, checkpoint53a_post, checkpoint53b_post, checkpoint53, checkpoint52d_post, checkpoint52f_post, hrcube5, checkpoint52i_post, checkpoint52j_pre, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_2, hrcube_3
AIM atmosphere interface S/R for exchanges with the coupler.

1 C $Header: $
2 C $Name: $
3
4 #include "CPP_OPTIONS.h"
5
6 CStartOfInterface
7 SUBROUTINE ATM_STORE_MY_DATA( bi,bj,
8 I myIter,
9 I myTime,
10 I myThid )
11 C /==========================================================\
12 C | SUBROUTINE ATM_STORE_MY_DATA |
13 C | o Routine for controlling storage of coupling data to |
14 C | coupler layer. |
15 C |==========================================================|
16 C | This version interfaces to the MITgcm AIMPHYS package. |
17 C \==========================================================/
18 IMPLICIT NONE
19
20 C == Routine arguments ==
21 C bi,bj - Current tile indices
22 C myIter - Current timestep number.
23 C myTime - Current internal time.
24 C myThid - Thread number for this instance
25 C of the routine.
26 INTEGER bi,bj
27 INTEGER myIter
28 _RL myTime
29 INTEGER myThid
30 CEndOfInterface
31
32 C == Local variables ==
33
34 C Store coupling data ready for export
35 c CALL ATM_STORE_TAUX( bi,bj, myTime, myIter, myThid )
36 c CALL ATM_STORE_TAUY( bi,bj, myTime, myIter, myThid )
37 CALL ATM_STORE_HEATFLUX( bi,bj, myTime, myIter, myThid )
38 CALL ATM_STORE_EVMPR( bi,bj, myTime, myIter, myThid )
39 CALL ATM_STORE_RUNOFF( bi,bj, myTime, myIter, myThid )
40 CALL ATM_STORE_UVELGROUND( bi,bj, myTime, myIter, myThid )
41 CALL ATM_STORE_VVELGROUND( bi,bj, myTime, myIter, myThid )
42 CALL ATM_STORE_QLATENT( bi,bj, myTime, myIter, myThid )
43 CALL ATM_STORE_QSENSIBLE( bi,bj, myTime, myIter, myThid )
44 CALL ATM_STORE_QLONGWAVE( bi,bj, myTime, myIter, myThid )
45 CALL ATM_STORE_QSHORTWAVE( bi,bj, myTime, myIter, myThid )
46
47 RETURN
48 END

  ViewVC Help
Powered by ViewVC 1.1.22