c c Plumes State Common - State variables on plumes grid c ---------------------------------------------------------------------- common /plumes_state/ uplume,thplume _RL uplume(sNx,sNy,Nhplume,Nrplume,Nsx) _RL thplume(sNx,sNy,Nhplume,Nrplume,Nsx) c Plumes Tendency Common - Changes in state variables due to plumes c ---------------------------------------------------------------------- common /plumes_tendency/ duplume,dthplume _RL duplume(sNx,sNy,Nhplume,Nrplume,Nsx) _RL dthplume(sNx,sNy,Nhplume,Nrplume,Nsx) c Plumes Exports Common - plumes variables on other grids for export c ---------------------------------------------------------------------- common /plumes_exports/ guplume,gvplume,gthplume _RL guplume(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy) _RL gvplume(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy) _RL gthplume(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,Nsx,Nsy)