SCALE-RM
Functions/Subroutines | Variables
mod_atmos_phy_cp_vars Module Reference

module Atmosphere / Physics Cumulus More...

Functions/Subroutines

subroutine, public atmos_phy_cp_vars_setup
 Setup. More...
 
subroutine, public atmos_phy_cp_vars_fillhalo
 HALO Communication. More...
 
subroutine, public atmos_phy_cp_vars_restart_open
 Open restart file for read. More...
 
subroutine, public atmos_phy_cp_vars_restart_read
 Read restart. More...
 
subroutine, public atmos_phy_cp_vars_restart_create
 Create restart file. More...
 
subroutine, public atmos_phy_cp_vars_restart_enddef
 Exit netCDF define mode. More...
 
subroutine, public atmos_phy_cp_vars_restart_close
 Close restart file. More...
 
subroutine, public atmos_phy_cp_vars_restart_def_var
 Write restart. More...
 
subroutine, public atmos_phy_cp_vars_restart_write
 Write restart. More...
 
subroutine atmos_phy_cp_vars_checktotal
 

Variables

logical, public atmos_phy_cp_restart_output = .false.
 output restart file? More...
 
character(len=h_long), public atmos_phy_cp_restart_in_basename = ''
 Basename of the input file. More...
 
logical, public atmos_phy_cp_restart_in_postfix_timelabel = .false.
 Add timelabel to the basename of input file? More...
 
logical, public atmos_phy_cp_restart_in_aggregate
 Switch to use aggregate file. More...
 
character(len=h_long), public atmos_phy_cp_restart_out_basename = ''
 Basename of the output file. More...
 
logical, public atmos_phy_cp_restart_out_aggregate
 Switch to use aggregate file. More...
 
logical, public atmos_phy_cp_restart_out_postfix_timelabel = .true.
 Add timelabel to the basename of output file? More...
 
character(len=h_mid), public atmos_phy_cp_restart_out_title = 'ATMOS_PHY_CP restart'
 title of the output file More...
 
character(len=h_short), public atmos_phy_cp_restart_out_dtype = 'DEFAULT'
 REAL4 or REAL8. More...
 
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_dens_t
 
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_momz_t
 
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhot_t
 
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhoqv_t
 
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhohyd_t
 
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_mflx_cloudbase
 
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_sflx_rain
 
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_cloudtop
 
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_cloudbase
 
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_cldfrac_dp
 
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_cldfrac_sh
 
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_w0mean
 
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_kf_nca
 

Detailed Description

module Atmosphere / Physics Cumulus

Description
Container for mod_atmos_phy_cp
Author
Team SCALE
NAMELIST
  • PARAM_ATMOS_PHY_CP_VARS
    nametypedefault valuecomment
    ATMOS_PHY_CP_RESTART_IN_BASENAME character(len=H_LONG) '' Basename of the input file
    ATMOS_PHY_CP_RESTART_IN_AGGREGATE logical Switch to use aggregate file
    ATMOS_PHY_CP_RESTART_IN_POSTFIX_TIMELABEL logical .false. Add timelabel to the basename of input file?
    ATMOS_PHY_CP_RESTART_OUTPUT logical .false. output restart file?
    ATMOS_PHY_CP_RESTART_OUT_BASENAME character(len=H_LONG) '' Basename of the output file
    ATMOS_PHY_CP_RESTART_OUT_AGGREGATE logical Switch to use aggregate file
    ATMOS_PHY_CP_RESTART_OUT_POSTFIX_TIMELABEL logical .true. Add timelabel to the basename of output file?
    ATMOS_PHY_CP_RESTART_OUT_TITLE character(len=H_MID) 'ATMOS_PHY_CP restart' title of the output file
    ATMOS_PHY_CP_RESTART_OUT_DTYPE character(len=H_SHORT) 'DEFAULT' REAL4 or REAL8

History Output
No history output

Function/Subroutine Documentation

◆ atmos_phy_cp_vars_setup()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_setup ( )

Setup.

Definition at line 146 of file mod_atmos_phy_cp_vars.F90.

References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_momz_t, atmos_phy_cp_restart_in_aggregate, atmos_phy_cp_restart_in_basename, atmos_phy_cp_restart_in_postfix_timelabel, atmos_phy_cp_restart_out_aggregate, atmos_phy_cp_restart_out_basename, atmos_phy_cp_restart_out_dtype, atmos_phy_cp_restart_out_postfix_timelabel, atmos_phy_cp_restart_out_title, atmos_phy_cp_restart_output, atmos_phy_cp_rhohyd_t, atmos_phy_cp_rhoqv_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, atmos_phy_cp_w0mean, scale_const::const_undef, scale_atmos_hydrometeor::hyd_name, scale_atmos_grid_cartesc_index::ia, scale_io::io_fid_conf, scale_atmos_grid_cartesc_index::ja, scale_atmos_grid_cartesc_index::ka, scale_atmos_hydrometeor::n_hyd, and scale_prc::prc_abort().

Referenced by mod_atmos_vars::atmos_vars_setup().

146  use scale_prc, only: &
147  prc_abort
148  use scale_const, only: &
149  undef => const_undef
150  use scale_atmos_hydrometeor, only: &
151  n_hyd, &
152  hyd_name
153  implicit none
154 
155  namelist / param_atmos_phy_cp_vars / &
156  atmos_phy_cp_restart_in_basename, &
157  atmos_phy_cp_restart_in_aggregate, &
158  atmos_phy_cp_restart_in_postfix_timelabel, &
159  atmos_phy_cp_restart_output, &
160  atmos_phy_cp_restart_out_basename, &
161  atmos_phy_cp_restart_out_aggregate, &
162  atmos_phy_cp_restart_out_postfix_timelabel, &
163  atmos_phy_cp_restart_out_title, &
164  atmos_phy_cp_restart_out_dtype
165 
166  integer :: ierr
167  integer :: iv
168  integer :: iq
169  !---------------------------------------------------------------------------
170 
171  log_newline
172  log_info("ATMOS_PHY_CP_vars_setup",*) 'Setup'
173 
174  allocate( atmos_phy_cp_dens_t(ka,ia,ja) )
175  allocate( atmos_phy_cp_momz_t(ka,ia,ja) )
176  allocate( atmos_phy_cp_rhot_t(ka,ia,ja) )
177  allocate( atmos_phy_cp_rhoqv_t(ka,ia,ja) )
178  allocate( atmos_phy_cp_rhohyd_t(ka,ia,ja,n_hyd) )
179  atmos_phy_cp_dens_t(:,:,:) = 0.0_rp
180  atmos_phy_cp_momz_t(:,:,:) = undef
181  atmos_phy_cp_rhot_t(:,:,:) = 0.0_rp
182  atmos_phy_cp_rhoqv_t(:,:,:) = 0.0_rp
183  atmos_phy_cp_rhohyd_t(:,:,:,:) = 0.0_rp
184 
185  allocate( atmos_phy_cp_mflx_cloudbase(ia,ja) )
186  allocate( atmos_phy_cp_sflx_rain(ia,ja) )
187  allocate( atmos_phy_cp_cloudtop(ia,ja) )
188  allocate( atmos_phy_cp_cloudbase(ia,ja) )
189  allocate( atmos_phy_cp_cldfrac_dp(ka,ia,ja) )
190  allocate( atmos_phy_cp_cldfrac_sh(ka,ia,ja) )
191  allocate( atmos_phy_cp_w0mean(ka,ia,ja) )
192  allocate( atmos_phy_cp_kf_nca(ia,ja) )
193  atmos_phy_cp_mflx_cloudbase(:,:) = 0.0_rp
194  atmos_phy_cp_sflx_rain(:,:) = 0.0_rp
195  atmos_phy_cp_cloudtop(:,:) = 0.0_rp
196  atmos_phy_cp_cloudbase(:,:) = 0.0_rp
197  atmos_phy_cp_cldfrac_dp(:,:,:) = 0.0_rp
198  atmos_phy_cp_cldfrac_sh(:,:,:) = 0.0_rp
199  atmos_phy_cp_w0mean(:,:,:) = 0.0_rp
200  atmos_phy_cp_kf_nca(:,:) = -100.0_rp
201 
202  ! for tendency restart
203  vmax_t = 3 + n_hyd
204  allocate( var_t_name(vmax_t) )
205  allocate( var_t_desc(vmax_t) )
206  allocate( var_t_unit(vmax_t) )
207  allocate( var_t_id(vmax_t) )
208 
209  var_t_name(i_cp_dens_t) = 'DENS_t_CP'
210  var_t_desc(i_cp_dens_t) = 'tendency DENS in CP'
211  var_t_unit(i_cp_dens_t) = 'kg/m3/s'
212  var_t_name(i_cp_rhot_t) = 'RHOT_t_CP'
213  var_t_desc(i_cp_rhot_t) = 'tendency RHOT in CP'
214  var_t_unit(i_cp_rhot_t) = 'K*kg/m3/s'
215 
216  var_t_name(i_cp_qv_t) = 'QV_t_CP'
217  var_t_desc(i_cp_qv_t) = 'tendency rho*QV in CP'
218  var_t_unit(i_cp_qv_t) = 'kg/m3/s'
219  do iq = 1, n_hyd
220  var_t_name(3+iq) = trim(hyd_name(iq))//'_t_CP'
221  var_t_desc(3+iq) = 'tendency rho*'//trim(hyd_name(iq))//' in CP'
222  var_t_unit(3+iq) = 'kg/m3/s'
223  enddo
224 
225  !--- read namelist
226  rewind(io_fid_conf)
227  read(io_fid_conf,nml=param_atmos_phy_cp_vars,iostat=ierr)
228  if( ierr < 0 ) then !--- missing
229  log_info("ATMOS_PHY_CP_vars_setup",*) 'Not found namelist. Default used.'
230  elseif( ierr > 0 ) then !--- fatal error
231  log_error("ATMOS_PHY_CP_vars_setup",*) 'Not appropriate names in namelist PARAM_ATMOS_PHY_CP_VARS. Check!'
232  call prc_abort
233  endif
234  log_nml(param_atmos_phy_cp_vars)
235 
236  log_newline
237  log_info("ATMOS_PHY_CP_vars_setup",*) '[ATMOS_PHY_CP] prognostic/diagnostic variables'
238  log_info_cont('(1x,A,A24,A,A48,A,A12,A)') &
239  ' |', 'VARNAME ','|', &
240  'DESCRIPTION ', '[', 'UNIT ', ']'
241  do iv = 1, vmax
242  log_info_cont('(1x,A,I3,A,A24,A,A48,A,A12,A)') &
243  'NO.',iv,'|',var_name(iv),'|',var_desc(iv),'[',var_unit(iv),']'
244  enddo
245 
246  ! tendency
247  do iv = 1, vmax_t
248  log_info_cont('(1x,A,I3,A,A24,A,A48,A,A12,A)') &
249  'NO.',iv+vmax,'|',var_t_name(iv),'|',var_t_desc(iv),'[',var_t_unit(iv),']'
250  enddo
251 
252  log_newline
253  if ( atmos_phy_cp_restart_in_basename /= '' ) then
254  log_info("ATMOS_PHY_CP_vars_setup",*) 'Restart input? : YES, file = ', trim(atmos_phy_cp_restart_in_basename)
255  log_info("ATMOS_PHY_CP_vars_setup",*) 'Add timelabel? : ', atmos_phy_cp_restart_in_postfix_timelabel
256  else
257  log_info("ATMOS_PHY_CP_vars_setup",*) 'Restart input? : NO'
258  endif
259  if ( atmos_phy_cp_restart_output &
260  .AND. atmos_phy_cp_restart_out_basename /= '' ) then
261  log_info("ATMOS_PHY_CP_vars_setup",*) 'Restart output? : YES, file = ', trim(atmos_phy_cp_restart_out_basename)
262  log_info("ATMOS_PHY_CP_vars_setup",*) 'Add timelabel? : ', atmos_phy_cp_restart_out_postfix_timelabel
263  else
264  log_info("ATMOS_PHY_CP_vars_setup",*) 'Restart output? : NO'
265  atmos_phy_cp_restart_output = .false.
266  endif
267 
268  return
character(len=h_short), dimension(n_hyd), parameter, public hyd_name
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_dens_t
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhoqv_t
integer, public io_fid_conf
Config file ID.
Definition: scale_io.F90:55
real(rp), public const_undef
Definition: scale_const.F90:41
module atmosphere / hydrometeor
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhot_t
module PROCESS
Definition: scale_prc.F90:11
subroutine, public prc_abort
Abort Process.
Definition: scale_prc.F90:338
module CONSTANT
Definition: scale_const.F90:11
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhohyd_t
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_mflx_cloudbase
integer, parameter, public n_hyd
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_sflx_rain
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_fillhalo()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_fillhalo ( )

HALO Communication.

Definition at line 274 of file mod_atmos_phy_cp_vars.F90.

References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_rhohyd_t, atmos_phy_cp_rhoqv_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, atmos_phy_cp_w0mean, scale_atmos_grid_cartesc_index::ie, scale_atmos_grid_cartesc_index::is, scale_atmos_grid_cartesc_index::je, scale_atmos_grid_cartesc_index::js, scale_atmos_grid_cartesc_index::ka, scale_atmos_grid_cartesc_index::ke, scale_atmos_grid_cartesc_index::ks, and scale_atmos_hydrometeor::n_hyd.

Referenced by atmos_phy_cp_vars_restart_read(), and atmos_phy_cp_vars_restart_write().

274  use scale_comm_cartesc, only: &
275  comm_vars8, &
276  comm_wait
277  use scale_atmos_hydrometeor, only: &
278  n_hyd
279  implicit none
280 
281  integer :: i, j
282  integer :: iq
283  !---------------------------------------------------------------------------
284 
285  do j = js, je
286  do i = is, ie
287  atmos_phy_cp_cldfrac_dp( 1:ks-1,i,j) = atmos_phy_cp_cldfrac_dp(ks,i,j)
288  atmos_phy_cp_cldfrac_dp(ke+1:ka, i,j) = atmos_phy_cp_cldfrac_dp(ke,i,j)
289  atmos_phy_cp_cldfrac_sh( 1:ks-1,i,j) = atmos_phy_cp_cldfrac_sh(ks,i,j)
290  atmos_phy_cp_cldfrac_sh(ke+1:ka, i,j) = atmos_phy_cp_cldfrac_sh(ke,i,j)
291  atmos_phy_cp_w0mean( 1:ks-1,i,j) = atmos_phy_cp_w0mean(ks,i,j)
292  atmos_phy_cp_w0mean(ke+1:ka, i,j) = atmos_phy_cp_w0mean(ke,i,j)
293  atmos_phy_cp_dens_t( 1:ks-1,i,j) = atmos_phy_cp_dens_t(ks,i,j)
294  atmos_phy_cp_dens_t(ke+1:ka ,i,j) = atmos_phy_cp_dens_t(ke,i,j)
295  atmos_phy_cp_rhot_t( 1:ks-1,i,j) = atmos_phy_cp_rhot_t(ks,i,j)
296  atmos_phy_cp_rhot_t(ke+1:ka ,i,j) = atmos_phy_cp_rhot_t(ke,i,j)
297  atmos_phy_cp_rhoqv_t( 1:ks-1,i,j) = atmos_phy_cp_rhoqv_t(ks,i,j)
298  atmos_phy_cp_rhoqv_t(ke+1:ka ,i,j) = atmos_phy_cp_rhoqv_t(ke,i,j)
299  enddo
300  enddo
301 
302  do iq = 1, n_hyd
303  do j = js, je
304  do i = is, ie
305  atmos_phy_cp_rhohyd_t( 1:ks-1,i,j,iq) = atmos_phy_cp_rhohyd_t(ks,i,j,iq)
306  atmos_phy_cp_rhohyd_t(ke+1:ka ,i,j,iq) = atmos_phy_cp_rhohyd_t(ke,i,j,iq)
307  enddo
308  enddo
309  end do
310 
311  call comm_vars8( atmos_phy_cp_mflx_cloudbase(:,:) , 1 )
312  call comm_vars8( atmos_phy_cp_sflx_rain(:,:) , 2 )
313  call comm_vars8( atmos_phy_cp_cloudtop(:,:) , 3 )
314  call comm_vars8( atmos_phy_cp_cloudbase(:,:) , 4 )
315  call comm_vars8( atmos_phy_cp_cldfrac_dp(:,:,:), 5 )
316  call comm_vars8( atmos_phy_cp_cldfrac_sh(:,:,:), 6 )
317  call comm_vars8( atmos_phy_cp_w0mean(:,:,:), 7 )
318  call comm_vars8( atmos_phy_cp_kf_nca(:,:) , 8 )
319 
320  ! tendency
321  call comm_vars8( atmos_phy_cp_dens_t(:,:,:), vmax+1 )
322  call comm_vars8( atmos_phy_cp_rhot_t(:,:,:), vmax+2 )
323  call comm_vars8( atmos_phy_cp_rhoqv_t(:,:,:), vmax+3 )
324  do iq = 1, n_hyd
325  call comm_vars8( atmos_phy_cp_rhohyd_t(:,:,:,iq), vmax+3+iq )
326  enddo
327 
328  call comm_wait ( atmos_phy_cp_mflx_cloudbase(:,:) , 1 )
329  call comm_wait ( atmos_phy_cp_sflx_rain(:,:) , 2 )
330  call comm_wait ( atmos_phy_cp_cloudtop(:,:) , 3 )
331  call comm_wait ( atmos_phy_cp_cloudbase(:,:) , 4 )
332  call comm_wait ( atmos_phy_cp_cldfrac_dp(:,:,:), 5 )
333  call comm_wait ( atmos_phy_cp_cldfrac_sh(:,:,:), 6 )
334  call comm_wait ( atmos_phy_cp_w0mean(:,:,:), 7 )
335  call comm_wait ( atmos_phy_cp_kf_nca(:,:) , 8 )
336 
337 
338  call comm_wait ( atmos_phy_cp_dens_t(:,:,:), vmax+1 )
339  call comm_wait ( atmos_phy_cp_rhot_t(:,:,:), vmax+2 )
340  call comm_wait ( atmos_phy_cp_rhoqv_t(:,:,:), vmax+3 )
341  do iq = 1, n_hyd
342  call comm_wait ( atmos_phy_cp_rhohyd_t(:,:,:,iq), vmax+3+iq )
343  enddo
344 
345  return
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_dens_t
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhoqv_t
module COMMUNICATION
module atmosphere / hydrometeor
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhot_t
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhohyd_t
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_mflx_cloudbase
integer, parameter, public n_hyd
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_sflx_rain
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_restart_open()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_open ( )

Open restart file for read.

Definition at line 351 of file mod_atmos_phy_cp_vars.F90.

References atmos_phy_cp_restart_in_aggregate, atmos_phy_cp_restart_in_basename, atmos_phy_cp_restart_in_postfix_timelabel, scale_file_cartesc::file_cartesc_open(), and scale_time::time_gettimelabel().

Referenced by mod_atmos_vars::atmos_vars_restart_open().

351  use scale_time, only: &
353  use scale_file_cartesc, only: &
355  implicit none
356 
357  character(len=19) :: timelabel
358  character(len=H_LONG) :: basename
359  !---------------------------------------------------------------------------
360 
361  log_newline
362  log_info("ATMOS_PHY_CP_vars_restart_open",*) 'Open restart file (ATMOS_PHY_CP) '
363 
364  if ( atmos_phy_cp_restart_in_basename /= '' ) then
365 
366  if ( atmos_phy_cp_restart_in_postfix_timelabel ) then
367  call time_gettimelabel( timelabel )
368  basename = trim(atmos_phy_cp_restart_in_basename)//'_'//trim(timelabel)
369  else
370  basename = trim(atmos_phy_cp_restart_in_basename)
371  endif
372 
373  log_info("ATMOS_PHY_CP_vars_restart_open",*) 'basename: ', trim(basename)
374 
375  call file_cartesc_open( basename, restart_fid, aggregate=atmos_phy_cp_restart_in_aggregate )
376  else
377  log_info("ATMOS_PHY_CP_vars_restart_open",*) 'restart file for ATMOS_PHY_CP is not specified.'
378  endif
379 
380  return
subroutine, public time_gettimelabel(timelabel)
generate time label
Definition: scale_time.F90:94
module TIME
Definition: scale_time.F90:16
module file / cartesianC
subroutine, public file_cartesc_open(basename, fid, aggregate)
open a netCDF file for read
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_restart_read()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_read ( )

Read restart.

Definition at line 386 of file mod_atmos_phy_cp_vars.F90.

References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_rhohyd_t, atmos_phy_cp_rhoqv_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_w0mean, scale_file_cartesc::file_cartesc_flush(), scale_file::file_get_aggregate(), scale_atmos_grid_cartesc_index::ia, scale_atmos_grid_cartesc_index::ja, scale_atmos_grid_cartesc_index::ka, scale_atmos_grid_cartesc_index::ke, scale_atmos_grid_cartesc_index::ks, and scale_atmos_hydrometeor::n_hyd.

Referenced by mod_atmos_vars::atmos_vars_restart_read().

386  use scale_file, only: &
388  use scale_file_cartesc, only: &
389  file_cartesc_read, &
391  use scale_atmos_hydrometeor, only: &
392  n_hyd
393  implicit none
394 
395  integer :: i, j, iq
396  !---------------------------------------------------------------------------
397 
398  if ( restart_fid /= -1 ) then
399  log_newline
400  log_info("ATMOS_PHY_CP_vars_restart_read",*) 'Read from restart file (ATMOS_PHY_CP) '
401 
402  call file_cartesc_read( restart_fid, var_name(1), 'XY', & ! [IN]
403  atmos_phy_cp_mflx_cloudbase(:,:) ) ! [OUT]
404  call file_cartesc_read( restart_fid, var_name(2), 'XY', & ! [IN]
405  atmos_phy_cp_sflx_rain(:,:) ) ! [OUT]
406  call file_cartesc_read( restart_fid, var_name(3), 'XY', & ! [IN]
407  atmos_phy_cp_cloudtop(:,:) ) ! [OUT]
408  call file_cartesc_read( restart_fid, var_name(4), 'XY', & ! [IN]
409  atmos_phy_cp_cloudbase(:,:) ) ! [OUT]
410  call file_cartesc_read( restart_fid, var_name(5), 'ZXY', & ! [IN]
411  atmos_phy_cp_cldfrac_dp(:,:,:) ) ! [OUT]
412  call file_cartesc_read( restart_fid, var_name(6), 'ZXY', & ! [IN]
413  atmos_phy_cp_cldfrac_sh(:,:,:) ) ! [OUT]
414  call file_cartesc_read( restart_fid, var_name(7), 'ZXY', & ! [IN]
415  atmos_phy_cp_w0mean(:,:,:) ) ! [OUT]
416  call file_cartesc_read( restart_fid, var_name(8), 'XY', & ! [IN]
417  atmos_phy_cp_kf_nca(:,:) ) ! [OUT]
418  ! tendency
419  call file_cartesc_read( restart_fid, var_t_name(1), 'ZXY', & ! [IN]
420  atmos_phy_cp_dens_t(:,:,:) ) ! [OUT]
421  call file_cartesc_read( restart_fid, var_t_name(2), 'ZXY', & ! [IN]
422  atmos_phy_cp_rhot_t(:,:,:) ) ! [OUT]
423  call file_cartesc_read( restart_fid, var_t_name(3), 'ZXY', & ! [IN]
424  atmos_phy_cp_rhoqv_t(:,:,:) ) ! [OUT]
425  do iq = 1, n_hyd
426  call file_cartesc_read( restart_fid, var_t_name(3+iq), 'ZXY', & ! [IN]
427  atmos_phy_cp_rhohyd_t(:,:,:,iq) ) ! [OUT]
428  enddo
429 
430  if ( file_get_aggregate(restart_fid) ) then
431  call file_cartesc_flush( restart_fid ) ! X/Y halos have been read from file
432 
433  ! fill K halos
434  do j = 1, ja
435  do i = 1, ia
436  atmos_phy_cp_cldfrac_dp( 1:ks-1,i,j) = atmos_phy_cp_cldfrac_dp(ks,i,j)
437  atmos_phy_cp_cldfrac_sh( 1:ks-1,i,j) = atmos_phy_cp_cldfrac_sh(ks,i,j)
438  atmos_phy_cp_w0mean( 1:ks-1,i,j) = atmos_phy_cp_w0mean(ks,i,j)
439  atmos_phy_cp_dens_t( 1:ks-1,i,j) = atmos_phy_cp_dens_t(ks,i,j)
440  atmos_phy_cp_rhot_t( 1:ks-1,i,j) = atmos_phy_cp_rhot_t(ks,i,j)
441  atmos_phy_cp_cldfrac_dp(ke+1:ka, i,j) = atmos_phy_cp_cldfrac_dp(ke,i,j)
442  atmos_phy_cp_cldfrac_sh(ke+1:ka, i,j) = atmos_phy_cp_cldfrac_sh(ke,i,j)
443  atmos_phy_cp_w0mean(ke+1:ka, i,j) = atmos_phy_cp_w0mean(ke,i,j)
444  atmos_phy_cp_dens_t(ke+1:ka, i,j) = atmos_phy_cp_dens_t(ke,i,j)
445  atmos_phy_cp_rhot_t(ke+1:ka, i,j) = atmos_phy_cp_rhot_t(ke,i,j)
446  atmos_phy_cp_rhoqv_t( 1:ks-1,i,j) = atmos_phy_cp_rhoqv_t(ks,i,j)
447  atmos_phy_cp_rhoqv_t(ke+1:ka, i,j) = atmos_phy_cp_rhoqv_t(ke,i,j)
448  enddo
449  enddo
450 
451  do iq = 1, n_hyd
452  do j = 1, ja
453  do i = 1, ia
454  atmos_phy_cp_rhohyd_t( 1:ks-1,i,j,iq) = atmos_phy_cp_rhohyd_t(ks,i,j,iq)
455  atmos_phy_cp_rhohyd_t(ke+1:ka, i,j,iq) = atmos_phy_cp_rhohyd_t(ke,i,j,iq)
456  enddo
457  enddo
458  enddo
459  else
460  call atmos_phy_cp_vars_fillhalo
461  end if
462 
463  call atmos_phy_cp_vars_checktotal
464 
465  else
466  log_info("ATMOS_PHY_CP_vars_restart_read",*) 'invalid restart file ID for ATMOS_PHY_CP.'
467  endif
468 
469  return
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_dens_t
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhoqv_t
module file
Definition: scale_file.F90:15
module atmosphere / hydrometeor
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhot_t
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhohyd_t
logical function, public file_get_aggregate(fid)
module file / cartesianC
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_mflx_cloudbase
subroutine, public file_cartesc_flush(fid)
Flush all pending requests to a netCDF file (PnetCDF only)
integer, parameter, public n_hyd
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_sflx_rain
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_restart_create()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_create ( )

Create restart file.

Definition at line 475 of file mod_atmos_phy_cp_vars.F90.

References atmos_phy_cp_restart_out_aggregate, atmos_phy_cp_restart_out_basename, atmos_phy_cp_restart_out_dtype, atmos_phy_cp_restart_out_postfix_timelabel, atmos_phy_cp_restart_out_title, scale_file_cartesc::file_cartesc_create(), and scale_time::time_gettimelabel().

Referenced by mod_atmos_vars::atmos_vars_restart_create().

475  use scale_time, only: &
477  use scale_file_cartesc, only: &
479  implicit none
480 
481  character(len=19) :: timelabel
482  character(len=H_LONG) :: basename
483  !---------------------------------------------------------------------------
484 
485  if ( atmos_phy_cp_restart_out_basename /= '' ) then
486 
487  log_newline
488  log_info("ATMOS_PHY_CP_vars_restart_create",*) 'Create restart file (ATMOS_PHY_AE) '
489 
490  if ( atmos_phy_cp_restart_out_postfix_timelabel ) then
491  call time_gettimelabel( timelabel )
492  basename = trim(atmos_phy_cp_restart_out_basename)//'_'//trim(timelabel)
493  else
494  basename = trim(atmos_phy_cp_restart_out_basename)
495  endif
496 
497  log_info("ATMOS_PHY_CP_vars_restart_create",*) 'basename: ', trim(basename)
498 
499  call file_cartesc_create( &
500  basename, atmos_phy_cp_restart_out_title, atmos_phy_cp_restart_out_dtype, & ! [IN]
501  restart_fid, & ! [OUT]
502  aggregate=atmos_phy_cp_restart_out_aggregate ) ! [IN]
503 
504  endif
505 
506  return
subroutine, public file_cartesc_create(basename, title, datatype, fid, date, subsec, haszcoord, append, aggregate, single)
Create/open a netCDF file.
subroutine, public time_gettimelabel(timelabel)
generate time label
Definition: scale_time.F90:94
module TIME
Definition: scale_time.F90:16
module file / cartesianC
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_restart_enddef()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_enddef ( )

Exit netCDF define mode.

Definition at line 512 of file mod_atmos_phy_cp_vars.F90.

References scale_file_cartesc::file_cartesc_enddef().

Referenced by mod_atmos_vars::atmos_vars_restart_enddef().

512  use scale_file_cartesc, only: &
514  implicit none
515 
516  if ( restart_fid /= -1 ) then
517  call file_cartesc_enddef( restart_fid ) ! [IN]
518  endif
519 
520  return
subroutine, public file_cartesc_enddef(fid)
Exit netCDF file define mode.
module file / cartesianC
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_restart_close()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_close ( )

Close restart file.

Definition at line 526 of file mod_atmos_phy_cp_vars.F90.

References scale_file_cartesc::file_cartesc_close().

Referenced by mod_atmos_vars::atmos_vars_restart_close().

526  use scale_file_cartesc, only: &
528  implicit none
529  !---------------------------------------------------------------------------
530 
531  if ( restart_fid /= -1 ) then
532  log_newline
533  log_info("ATMOS_PHY_CP_vars_restart_close",*) 'Close restart file (ATMOS_PHY_CP) '
534 
535  call file_cartesc_close( restart_fid ) ! [IN]
536 
537  restart_fid = -1
538  endif
539 
540  return
module file / cartesianC
subroutine, public file_cartesc_close(fid)
Close a netCDF file.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_restart_def_var()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_def_var ( )

Write restart.

Definition at line 546 of file mod_atmos_phy_cp_vars.F90.

References atmos_phy_cp_restart_out_dtype, scale_file_cartesc::file_cartesc_def_var(), and scale_atmos_hydrometeor::n_hyd.

Referenced by mod_atmos_vars::atmos_vars_restart_def_var().

546  use scale_file_cartesc, only: &
548  use scale_atmos_hydrometeor, only: &
549  n_hyd
550  implicit none
551 
552  integer :: i, iq
553  !---------------------------------------------------------------------------
554 
555  if ( restart_fid /= -1 ) then
556 
557  do i = 1, 8
558  call file_cartesc_def_var( restart_fid, & ! [IN]
559  var_name(i), var_desc(i), var_unit(i), & ! [IN]
560  var_dim(i), atmos_phy_cp_restart_out_dtype, & ! [IN]
561  var_id(i) ) ! [OUT]
562  end do
563 
564  do i = 1, 3
565  call file_cartesc_def_var( restart_fid, & ! [IN]
566  var_t_name(i), var_t_desc(i), var_t_unit(i), & ! [IN]
567  'ZXY', atmos_phy_cp_restart_out_dtype, & ! [IN]
568  var_t_id(i) ) ! [OUT]
569  end do
570 
571  do iq = 1, n_hyd
572  call file_cartesc_def_var( restart_fid, & ! [IN]
573  var_t_name(3+iq), var_t_desc(3+iq), var_t_unit(3+iq), & ! [IN]
574  'ZXY', atmos_phy_cp_restart_out_dtype, & ! [IN]
575  var_t_id(3+iq) ) ! [OUT]
576  enddo
577 
578  endif
579 
580  return
module atmosphere / hydrometeor
subroutine, public file_cartesc_def_var(fid, varname, desc, unit, dim_type, datatype, vid, standard_name, timeintv, nsteps, cell_measures)
Define a variable to file.
module file / cartesianC
integer, parameter, public n_hyd
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_restart_write()

subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_write ( )

Write restart.

Definition at line 586 of file mod_atmos_phy_cp_vars.F90.

References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_rhohyd_t, atmos_phy_cp_rhoqv_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_w0mean, and scale_atmos_hydrometeor::n_hyd.

Referenced by mod_atmos_vars::atmos_vars_restart_write().

586  use scale_file_cartesc, only: &
587  file_cartesc_write => file_cartesc_write_var
588  use scale_atmos_hydrometeor, only: &
589  n_hyd
590  implicit none
591 
592  integer :: iq
593  !---------------------------------------------------------------------------
594 
595  if ( restart_fid /= -1 ) then
596 
597  call atmos_phy_cp_vars_fillhalo
598 
599  call atmos_phy_cp_vars_checktotal
600 
601  call file_cartesc_write( restart_fid, var_id(1), atmos_phy_cp_mflx_cloudbase(:,:), & ! [IN]
602  var_name(1), 'XY' ) ! [IN]
603  call file_cartesc_write( restart_fid, var_id(2), atmos_phy_cp_sflx_rain(:,:), & ! [IN]
604  var_name(2), 'XY' ) ! [IN]
605  call file_cartesc_write( restart_fid, var_id(3), atmos_phy_cp_cloudtop(:,:), & ! [IN]
606  var_name(3), 'XY' ) ! [IN]
607  call file_cartesc_write( restart_fid, var_id(4), atmos_phy_cp_cloudbase(:,:), & ! [IN]
608  var_name(4), 'XY' ) ! [IN]
609  call file_cartesc_write( restart_fid, var_id(5), atmos_phy_cp_cldfrac_dp(:,:,:), & ! [IN]
610  var_name(5), 'ZXY' ) ! [IN]
611  call file_cartesc_write( restart_fid, var_id(6), atmos_phy_cp_cldfrac_sh(:,:,:), & ! [IN]
612  var_name(6), 'ZXY' ) ! [IN]
613  call file_cartesc_write( restart_fid, var_id(7), atmos_phy_cp_w0mean(:,:,:), & ! [IN]
614  var_name(7), 'ZXY' ) ! [IN]
615  call file_cartesc_write( restart_fid, var_id(8), atmos_phy_cp_kf_nca(:,:), & ! [IN]
616  var_name(8), 'XY' ) ! [IN]
617 
618  ! tendency
619  call file_cartesc_write( restart_fid, var_t_id(1), atmos_phy_cp_dens_t(:,:,:), & ! [IN]
620  var_t_name(1), 'ZXY' ) ! [IN]
621  call file_cartesc_write( restart_fid, var_t_id(2), atmos_phy_cp_rhot_t(:,:,:), & ! [IN]
622  var_t_name(2), 'ZXY' ) ! [IN]
623  call file_cartesc_write( restart_fid, var_t_id(3), atmos_phy_cp_rhoqv_t(:,:,:), & ! [IN]
624  var_t_name(3), 'ZXY' ) ! [IN]
625  do iq = 1, n_hyd
626  call file_cartesc_write( restart_fid, var_t_id(3+iq), atmos_phy_cp_rhohyd_t(:,:,:,iq), & ! [IN]
627  var_t_name(3+iq), 'ZXY' ) ! [IN]
628  enddo
629 
630  endif
631 
632  return
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_dens_t
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhoqv_t
module atmosphere / hydrometeor
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhot_t
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhohyd_t
module file / cartesianC
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_mflx_cloudbase
integer, parameter, public n_hyd
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_sflx_rain
Here is the call graph for this function:
Here is the caller graph for this function:

◆ atmos_phy_cp_vars_checktotal()

subroutine mod_atmos_phy_cp_vars::atmos_phy_cp_vars_checktotal ( )

Definition at line 636 of file mod_atmos_phy_cp_vars.F90.

References scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_area, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_totarea, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_totvol, scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_vol, atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_rhohyd_t, atmos_phy_cp_rhoqv_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, atmos_phy_cp_w0mean, scale_atmos_grid_cartesc_index::ia, scale_atmos_grid_cartesc_index::ie, scale_atmos_grid_cartesc_index::is, scale_atmos_grid_cartesc_index::ja, scale_atmos_grid_cartesc_index::je, scale_atmos_grid_cartesc_index::js, scale_atmos_grid_cartesc_index::ka, scale_atmos_grid_cartesc_index::ke, scale_atmos_grid_cartesc_index::ks, scale_atmos_hydrometeor::n_hyd, and scale_statistics::statistics_checktotal.

Referenced by atmos_phy_cp_vars_restart_read(), and atmos_phy_cp_vars_restart_write().

636  use scale_statistics, only: &
638  statistics_total
639  use scale_atmos_grid_cartesc_real, only: &
644  use scale_atmos_hydrometeor, only: &
645  n_hyd
646 
647  integer :: iq
648 
649  !---------------------------------------------------------------------------
650 
651  if ( statistics_checktotal ) then
652  call statistics_total( ia, is, ie, ja, js, je, &
653  atmos_phy_cp_mflx_cloudbase(:,:) , var_name(1), & ! (in)
654  atmos_grid_cartesc_real_area(:,:), & ! (in)
656  call statistics_total( ia, is, ie, ja, js, je, &
657  atmos_phy_cp_sflx_rain(:,:) , var_name(2), & ! (in)
658  atmos_grid_cartesc_real_area(:,:), & ! (in)
660  call statistics_total( ia, is, ie, ja, js, je, &
661  atmos_phy_cp_cloudtop(:,:) , var_name(3), & ! (in)
662  atmos_grid_cartesc_real_area(:,:), & ! (in)
664  call statistics_total( ia, is, ie, ja, js, je, &
665  atmos_phy_cp_cloudbase(:,:) , var_name(4), & ! (in)
666  atmos_grid_cartesc_real_area(:,:), & ! (in)
668  call statistics_total( ka, ks, ke, ia, is, ie, ja, js, je, &
669  atmos_phy_cp_cldfrac_dp(:,:,:), var_name(5), &
670  atmos_grid_cartesc_real_vol(:,:,:), & ! (in)
672  call statistics_total( ka, ks, ke, ia, is, ie, ja, js, je, &
673  atmos_phy_cp_cldfrac_sh(:,:,:), var_name(6), & ! (in)
674  atmos_grid_cartesc_real_vol(:,:,:), & ! (in)
676  call statistics_total( ka, ks, ke, ia, is, ie, ja, js, je, &
677  atmos_phy_cp_w0mean(:,:,:), var_name(7), & ! (in)
678  atmos_grid_cartesc_real_vol(:,:,:), & ! (in)
680  call statistics_total( ia, is, ie, ja, js, je, &
681  atmos_phy_cp_kf_nca(:,:) , var_name(8), & ! (in)
682  atmos_grid_cartesc_real_area(:,:), & ! (in)
684  ! tendency
685  call statistics_total( ka, ks, ke, ia, is, ie, ja, js, je, &
686  atmos_phy_cp_dens_t(:,:,:), var_t_name(1), & ! (in)
687  atmos_grid_cartesc_real_vol(:,:,:), & ! (in)
689  call statistics_total( ka, ks, ke, ia, is, ie, ja, js, je, &
690  atmos_phy_cp_rhot_t(:,:,:), var_t_name(2), & ! (in)
691  atmos_grid_cartesc_real_vol(:,:,:), & ! (in)
693  call statistics_total( ka, ks, ke, ia, is, ie, ja, js, je, &
694  atmos_phy_cp_rhoqv_t(:,:,:), var_t_name(3), & ! (in)
695  atmos_grid_cartesc_real_vol(:,:,:), & ! (in)
697  do iq = 1, n_hyd
698  call statistics_total( ka, ks, ke, ia, is, ie, ja, js, je, &
699  atmos_phy_cp_rhohyd_t(:,:,:,iq), var_t_name(3+iq), & ! (in)
700  atmos_grid_cartesc_real_vol(:,:,:), & ! (in)
702  enddo
703  endif
704 
705  return
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_dens_t
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhoqv_t
real(rp), dimension(:,:,:), allocatable, public atmos_grid_cartesc_real_vol
control volume (zxy) [m3]
real(rp), public atmos_grid_cartesc_real_totvol
total volume (zxy, local) [m3]
logical, public statistics_checktotal
calc&report variable totals to logfile?
module atmosphere / hydrometeor
real(rp), dimension(:,:,:), allocatable, public atmos_phy_cp_rhot_t
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhohyd_t
module Atmosphere GRID CartesC Real(real space)
real(rp), dimension(:,:), allocatable, public atmos_grid_cartesc_real_area
horizontal area ( xy, normal z) [m2]
module Statistics
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_mflx_cloudbase
integer, parameter, public n_hyd
real(rp), dimension(:,:), allocatable, public atmos_phy_cp_sflx_rain
real(rp), public atmos_grid_cartesc_real_totarea
total area (xy, local) [m2]
Here is the caller graph for this function:

Variable Documentation

◆ atmos_phy_cp_restart_output

logical, public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_output = .false.

output restart file?

Definition at line 44 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), and atmos_phy_cp_vars_setup().

44  logical, public :: atmos_phy_cp_restart_output = .false.

◆ atmos_phy_cp_restart_in_basename

character(len=h_long), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_in_basename = ''

Basename of the input file.

Definition at line 46 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_open(), and atmos_phy_cp_vars_setup().

46  character(len=H_LONG), public :: atmos_phy_cp_restart_in_basename = ''

◆ atmos_phy_cp_restart_in_postfix_timelabel

logical, public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_in_postfix_timelabel = .false.

Add timelabel to the basename of input file?

Definition at line 47 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_open(), and atmos_phy_cp_vars_setup().

47  logical, public :: atmos_phy_cp_restart_in_postfix_timelabel = .false.

◆ atmos_phy_cp_restart_in_aggregate

logical, public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_in_aggregate

Switch to use aggregate file.

Definition at line 48 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_open(), and atmos_phy_cp_vars_setup().

48  logical, public :: atmos_phy_cp_restart_in_aggregate

◆ atmos_phy_cp_restart_out_basename

character(len=h_long), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_basename = ''

Basename of the output file.

Definition at line 49 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), and atmos_phy_cp_vars_setup().

49  character(len=H_LONG), public :: atmos_phy_cp_restart_out_basename = ''

◆ atmos_phy_cp_restart_out_aggregate

logical, public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_aggregate

Switch to use aggregate file.

Definition at line 50 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), and atmos_phy_cp_vars_setup().

50  logical, public :: atmos_phy_cp_restart_out_aggregate

◆ atmos_phy_cp_restart_out_postfix_timelabel

logical, public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_postfix_timelabel = .true.

Add timelabel to the basename of output file?

Definition at line 51 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), and atmos_phy_cp_vars_setup().

51  logical, public :: atmos_phy_cp_restart_out_postfix_timelabel = .true.

◆ atmos_phy_cp_restart_out_title

character(len=h_mid), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_title = 'ATMOS_PHY_CP restart'

title of the output file

Definition at line 52 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), and atmos_phy_cp_vars_setup().

52  character(len=H_MID), public :: atmos_phy_cp_restart_out_title = 'ATMOS_PHY_CP restart'

◆ atmos_phy_cp_restart_out_dtype

character(len=h_short), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_dtype = 'DEFAULT'

REAL4 or REAL8.

Definition at line 53 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), atmos_phy_cp_vars_restart_def_var(), and atmos_phy_cp_vars_setup().

53  character(len=H_SHORT), public :: atmos_phy_cp_restart_out_dtype = 'DEFAULT'

◆ atmos_phy_cp_dens_t

real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_dens_t

◆ atmos_phy_cp_momz_t

real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_momz_t

Definition at line 56 of file mod_atmos_phy_cp_vars.F90.

Referenced by atmos_phy_cp_vars_setup().

56  real(RP), public, allocatable :: atmos_phy_cp_momz_t (:,:,:) ! tendency MOMZ [kg/m2/s2]

◆ atmos_phy_cp_rhot_t

real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_rhot_t

◆ atmos_phy_cp_rhoqv_t

real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_rhoqv_t

◆ atmos_phy_cp_rhohyd_t

real(rp), dimension(:,:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_rhohyd_t

Definition at line 59 of file mod_atmos_phy_cp_vars.F90.

Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver_calc_tendency(), atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().

59  real(RP), public, allocatable :: atmos_phy_cp_rhohyd_t(:,:,:,:) ! tendency rho*QHYD [kg/kg/s]
real(rp), dimension(:,:,:,:), allocatable, public atmos_phy_cp_rhohyd_t

◆ atmos_phy_cp_mflx_cloudbase

real(rp), dimension(:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_mflx_cloudbase

◆ atmos_phy_cp_sflx_rain

real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_sflx_rain

◆ atmos_phy_cp_cloudtop

real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cloudtop

Definition at line 63 of file mod_atmos_phy_cp_vars.F90.

Referenced by atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().

63  real(RP), public, allocatable :: atmos_phy_cp_cloudtop (:,:) ! cloud top height [m]

◆ atmos_phy_cp_cloudbase

real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cloudbase

Definition at line 64 of file mod_atmos_phy_cp_vars.F90.

Referenced by atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().

64  real(RP), public, allocatable :: atmos_phy_cp_cloudbase (:,:) ! cloud base height [m]

◆ atmos_phy_cp_cldfrac_dp

real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cldfrac_dp

Definition at line 65 of file mod_atmos_phy_cp_vars.F90.

Referenced by atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().

65  real(RP), public, allocatable :: atmos_phy_cp_cldfrac_dp (:,:,:) ! cloud fraction (deep convection) (0-1)

◆ atmos_phy_cp_cldfrac_sh

real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cldfrac_sh

Definition at line 66 of file mod_atmos_phy_cp_vars.F90.

Referenced by atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().

66  real(RP), public, allocatable :: atmos_phy_cp_cldfrac_sh (:,:,:) ! cloud fraction (shallow convection) (0-1)

◆ atmos_phy_cp_w0mean

real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_w0mean

Definition at line 67 of file mod_atmos_phy_cp_vars.F90.

Referenced by atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().

67  real(RP), public, allocatable :: atmos_phy_cp_w0mean (:,:,:) ! running mean vertical wind velocity [m/s]

◆ atmos_phy_cp_kf_nca

real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_kf_nca

Definition at line 69 of file mod_atmos_phy_cp_vars.F90.

Referenced by atmos_phy_cp_vars_checktotal(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().

69  real(RP), public, allocatable :: atmos_phy_cp_kf_nca (:,:) ! advection/cumulus convection timescale/dt for KF[step]