fvcom_tools
1.13.0
|
Private Member Functions | |
procedure | finish => finish_nwp |
Finish and deallocate. More... | |
procedure | get_time_ind => get_time_ind_nwp |
Get time ind. More... | |
procedure | initial => initial_nwp |
Defines vars and names. More... | |
procedure | list_initial => list_initial_nwp |
List the setup. More... | |
procedure | read_n => read_nwp |
Initialize arrays, get data. More... | |
Private Attributes | |
character(len=6) | datatype |
Data type. More... | |
integer | datelen |
Length of date string. More... | |
character(len=20), allocatable | dimnamedate |
String dimension name. More... | |
character(len=20), allocatable | dimnameew |
East/West dimension name. More... | |
character(len=20), allocatable | dimnamens |
North/South dimension name. More... | |
character(len=20), allocatable | dimnametime |
Time dimension name. More... | |
integer | i_hice |
Index of ice thickness. More... | |
integer | i_ice |
Index of ice var. More... | |
integer | i_icet |
Index of ice temp var. More... | |
integer | i_mask |
Is var visible (always 1). More... | |
integer | i_sfct |
Index of sst temp var. More... | |
integer | i_sfctl |
Index of sfcTl. More... | |
integer | i_sst |
Index of sst var. More... | |
integer | i_zorl |
Index of surface roughness. More... | |
character(len=20), allocatable | latname |
Latitude name. More... | |
character(len=20), allocatable | lonname |
Longitude name. More... | |
integer | numvar |
Number of variabls. More... | |
real(r_single), dimension(:,:,:), allocatable | nwp_hice_c |
cold start ice thickness More... | |
real(r_single), dimension(:,:), allocatable | nwp_hice_w |
warm start ice thickness More... | |
real(r_single), dimension(:,:,:), allocatable | nwp_ice_c |
cold start over water ice concentration 3d array More... | |
real(r_single), dimension(:,:), allocatable | nwp_ice_w |
warm start over water ice concentration 3d array More... | |
real(r_single), dimension(:,:,:), allocatable | nwp_icet_c |
cold start ice skin temperature 3d array More... | |
real(r_single), dimension(:,:), allocatable | nwp_icet_w |
warm start ice skin temperature 3d array More... | |
real(r_single), dimension(:,:), allocatable | nwp_mask_c |
cold start land/water mask 3d array More... | |
real(r_single), dimension(:,:), allocatable | nwp_mask_w |
warm start land/water mask 3d array More... | |
real(r_single), dimension(:,:,:), allocatable | nwp_sfct_c |
cold start skin temperature 3d array More... | |
real(r_single), dimension(:,:), allocatable | nwp_sfct_w |
warm start skin temperature 3d array More... | |
real(r_single), dimension(:,:), allocatable | nwp_sfctl_w |
warm start skin temperature 3d array More... | |
real(r_single), dimension(:,:,:), allocatable | nwp_sst_c |
cold start sst 3d array More... | |
real(r_single), dimension(:,:), allocatable | nwp_sst_w |
warm start sst 3d array More... | |
real(r_single), dimension(:,:,:), allocatable | nwp_zorl_c |
cold start surface roughness More... | |
real(r_single), dimension(:,:), allocatable | nwp_zorl_w |
warm start surface roughness More... | |
character(len=1), dimension(:,:), allocatable | times |
Array of times in FVCOM. More... | |
character(len=20), dimension(:), allocatable | varnames |
Variable names. More... | |
integer | xlat |
Number of latitudes. More... | |
integer | xlon |
Number of longitudes. More... | |
integer | xtime |
Number of times. More... | |
Definition at line 26 of file module_nwp.f90.
|
private |
Finish and deallocate.
Definition at line 72 of file module_nwp.f90.
References module_nwp::finish_nwp().
|
private |
Get time ind.
Definition at line 71 of file module_nwp.f90.
References module_nwp::get_time_ind_nwp().
|
private |
Defines vars and names.
Definition at line 68 of file module_nwp.f90.
References module_nwp::initial_nwp().
|
private |
List the setup.
Definition at line 69 of file module_nwp.f90.
References module_nwp::list_initial_nwp().
|
private |
Initialize arrays, get data.
Definition at line 70 of file module_nwp.f90.
References module_nwp::read_nwp().
|
private |
Data type.
Definition at line 27 of file module_nwp.f90.
|
private |
Length of date string.
Definition at line 32 of file module_nwp.f90.
|
private |
String dimension name.
Definition at line 47 of file module_nwp.f90.
|
private |
East/West dimension name.
Definition at line 44 of file module_nwp.f90.
|
private |
North/South dimension name.
Definition at line 45 of file module_nwp.f90.
|
private |
Time dimension name.
Definition at line 46 of file module_nwp.f90.
|
private |
Index of ice thickness.
Definition at line 40 of file module_nwp.f90.
|
private |
Index of ice var.
Definition at line 35 of file module_nwp.f90.
|
private |
Index of ice temp var.
Definition at line 37 of file module_nwp.f90.
|
private |
Is var visible (always 1).
Definition at line 33 of file module_nwp.f90.
|
private |
Index of sst temp var.
Definition at line 36 of file module_nwp.f90.
|
private |
Index of sfcTl.
Definition at line 38 of file module_nwp.f90.
|
private |
Index of sst var.
Definition at line 34 of file module_nwp.f90.
|
private |
Index of surface roughness.
Definition at line 39 of file module_nwp.f90.
|
private |
Latitude name.
Definition at line 42 of file module_nwp.f90.
|
private |
Longitude name.
Definition at line 43 of file module_nwp.f90.
|
private |
Number of variabls.
Definition at line 28 of file module_nwp.f90.
|
private |
cold start ice thickness
Definition at line 56 of file module_nwp.f90.
|
private |
warm start ice thickness
Definition at line 65 of file module_nwp.f90.
|
private |
cold start over water ice concentration 3d array
Definition at line 52 of file module_nwp.f90.
|
private |
warm start over water ice concentration 3d array
Definition at line 60 of file module_nwp.f90.
|
private |
cold start ice skin temperature 3d array
Definition at line 54 of file module_nwp.f90.
|
private |
warm start ice skin temperature 3d array
Definition at line 62 of file module_nwp.f90.
|
private |
cold start land/water mask 3d array
Definition at line 50 of file module_nwp.f90.
|
private |
warm start land/water mask 3d array
Definition at line 58 of file module_nwp.f90.
|
private |
cold start skin temperature 3d array
Definition at line 53 of file module_nwp.f90.
|
private |
warm start skin temperature 3d array
Definition at line 61 of file module_nwp.f90.
|
private |
warm start skin temperature 3d array
Definition at line 63 of file module_nwp.f90.
|
private |
cold start sst 3d array
Definition at line 51 of file module_nwp.f90.
|
private |
warm start sst 3d array
Definition at line 59 of file module_nwp.f90.
|
private |
cold start surface roughness
Definition at line 55 of file module_nwp.f90.
|
private |
warm start surface roughness
Definition at line 64 of file module_nwp.f90.
|
private |
Array of times in FVCOM.
Definition at line 48 of file module_nwp.f90.
|
private |
Variable names.
Definition at line 41 of file module_nwp.f90.
|
private |
Number of latitudes.
Definition at line 29 of file module_nwp.f90.
|
private |
Number of longitudes.
Definition at line 30 of file module_nwp.f90.
|
private |
Number of times.
Definition at line 31 of file module_nwp.f90.