diff --git a/aiida_flexpart/templates/OUTGRID.j2 b/aiida_flexpart/templates/OUTGRID.j2 index 51a0464..dc5c386 100644 --- a/aiida_flexpart/templates/OUTGRID.j2 +++ b/aiida_flexpart/templates/OUTGRID.j2 @@ -10,11 +10,11 @@ OUTTYPE 1 for coos provided in rotated system, 0 for geographical 2. ------.---- 4X,F11.4 - {{ data.longitude_of_output_grid }} LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.longitude_of_output_grid }} OUTLONLEFT (left boundary of the first grid cell - not its centre) 3. ------.---- 4X,F11.4 - {{ data.latitude_of_output_grid }} LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.latitude_of_output_grid }} OUTLATLOWER (lower boundary of the first grid cell - not its centre) 4. ----- 4X,I5 diff --git a/aiida_flexpart/templates/OUTGRID_NEST.j2 b/aiida_flexpart/templates/OUTGRID_NEST.j2 index 6817410..0c2d40d 100644 --- a/aiida_flexpart/templates/OUTGRID_NEST.j2 +++ b/aiida_flexpart/templates/OUTGRID_NEST.j2 @@ -10,11 +10,11 @@ OUTTYPE 1 for coos provided in rotated system, 0 for geographical 2. ------.---- 4X,F11.4 - {{ data.longitude_of_output_grid }} LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.longitude_of_output_grid }} OUTLONLEFT (left boundary of the first grid cell - not its centre) 3. ------.---- 4X,F11.4 - {{ data.latitude_of_output_grid }} LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.latitude_of_output_grid }} OUTLATLOWER (lower boundary of the first grid cell - not its centre) 4. ----- 4X,I5 diff --git a/aiida_flexpart/templates/OUTGRID_NEST_ifs.j2 b/aiida_flexpart/templates/OUTGRID_NEST_ifs.j2 index 2c00f34..452e1f6 100644 --- a/aiida_flexpart/templates/OUTGRID_NEST_ifs.j2 +++ b/aiida_flexpart/templates/OUTGRID_NEST_ifs.j2 @@ -6,11 +6,11 @@ ******************************************************************************** 2. ------.---- 4X,F11.4 - {{ data.longitude_of_output_grid }} LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.longitude_of_output_grid }} OUTLONLEFT (left boundary of the first grid cell - not its centre) 3. ------.---- 4X,F11.4 - {{ data.latitude_of_output_grid }} LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.latitude_of_output_grid }} OUTLATLOWER (lower boundary of the first grid cell - not its centre) 4. ----- 4X,I5 diff --git a/aiida_flexpart/templates/OUTGRID_ifs.j2 b/aiida_flexpart/templates/OUTGRID_ifs.j2 index 4b5b925..d0341cc 100644 --- a/aiida_flexpart/templates/OUTGRID_ifs.j2 +++ b/aiida_flexpart/templates/OUTGRID_ifs.j2 @@ -6,11 +6,11 @@ ******************************************************************************** 2. ------.---- 4X,F11.4 - {{ data.longitude_of_output_grid }} LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.longitude_of_output_grid }} OUTLONLEFT (left boundary of the first grid cell - not its centre) 3. ------.---- 4X,F11.4 - {{ data.latitude_of_output_grid }} LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID + {{ data.latitude_of_output_grid }} OUTLATLOWER (lower boundary of the first grid cell - not its centre) 4. ----- 4X,I5 diff --git a/pyproject.toml b/pyproject.toml index f87d015..05548e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "aiida_flexpart" [project] name = "aiida-flexpart" -version = "0.1.9" +version = "0.2.0" readme = "README.md" license = {file = 'LICENSE'} description = "AiiDA plugin for the FLEXPART code (simulation of atmospheric transport processes)."