Differences between revisions 28 and 36 (spanning 8 versions)
Revision 28 as of 2011-02-01 13:06:04
Size: 916
Editor: NicoleThomas
Comment:
Revision 36 as of 2012-12-10 12:37:22
Size: 2470
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Version 4.0 eingecheckt am 13.01.2011: Benutzung von Modelldatensätzen möglich

|| 13.01.2011 ||data_met_m.f90 || 3.1 || entfernt <<BR>> globale Deklarationen jetzt in global_pos.f90 ||
|| 20.01.2011 || lib_pos.f90 || 4.1 || sub. read_data_met: Gitter bestimmen (nc_grid_descr) ||
|| 24.01.2011 || pos_dyn.f90 || 4.1 || Für die Berechnung von MASS_DENSITY muss TEMP und PRESS zuvor eingelesen worden sein ||
|| 09.05.2011 || pos_dyn.f90 || 4.2 || Fehler bei Compilation im Cluster mit ifort und MPI <<BR>> => MPI_GATHER: send- und receive-Buffer dürfen nicht identisch sein||
|| 09.05.2011 || pos_dyn.f90 || 4.3 || MPI_GATHER: für receive-Buffer keine Indizierung nötig||
|| 31.05.2011 || pos_dyn.f90 || 4.4 || Keine Extrapolation an den Rändern (sondern Setzen von missing values) <<BR>> Extrapolation kann mit 'extrapol = .true.' zu Programmbeginn eingeschaltet werden ||
|| 31.05.2011 || lib_pos.f90 || 4.2 || Keine Extrapolation an den Rändern (sondern Setzen von missing values) ||
|| 22.11.2011 || pos_area.f90 || 4.1 - 4.4 || - exp_VERTCOOR_ref_level aus met. DS kopieren, mit p_ref aus Konfig.datei abgleichen <<BR>> - Name des met. DS bis zur Datumsangabe wird eingelesen ||
|| 15.03.2012 || lib_pos.f90 || 4.3 || - sub. write_global_par_pos, read_data_met entfernt <<BR>> - sub. read_data_met_new nach read_data_met umbenannt ||
|| 15.03.2012 || pos_dyn.f90 || 4.5 || sub. read_data_met_new nach read_data_met umbenannt ||
|| 15.03.2012 || pos_area.f90 || 4.5 || - keinen meteorol. DS mehr einlesen <<BR>> - PV wird nicht mehr ermittelt <<BR>> - zusätzl. globale Attribute ausgeben ||
|| 15.03.2012 || Makefile || 4.1/4.2 || - Compilation von pos_area ohne dynmod und ohne lokale Module (global, lib_pos) <<BR>> - überprüfe für alle Programme, ob neues Template für Konfig-Datei vorhanden ist||
|| 15.03.2012 || pos_area.inp_tmpl || 4.1 || - kein met. DS mehr einlesen||
|| 24.04.2012 || pos_dyn.f90 || 4.6 || Wenn Vertikalkoord. in pos-File u. wind-File unterschiedlich: Vertikalkoord. aus wind-File wird genutzt, wenn entspr. Variable im pos-File vorhanden (Bisher erfolgte ein Programmabbruch !)||
|| 17.09.2012 || lib_pos.f90 || 4.4 || sub. get_index_height: Tippfehler korrigiert (bei Druckdatensaetzen) ||
Line 11: Line 28:

|
===== Branch pos-modeldata =====

||26.11.2010||data_met_m.f90|| || Modul entfernt (durch global_pos.f90 ersetzt) ||
||26.11.2010||global_pos.f90||1.1.2.1||globale Deklarationen für pos_dyn ||
||09.12.2010||Makefile||3.18.2.1||statt data_met_m wird jetzt global_pos genutzt||
||09.12.2010||global_pos.f90||1.1.2.2.|| Kommentare ergänzt||
||09.12.2010||lib_pos.f90||3.12.2.1||Nutzung von Modelldatensaetzen möglich: <<BR>> - sub. horizontal entfernt (es wird jetzt bval3d fuer die horizontale Interpol. genutzt) <<BR>> - neue UP read_data_met_new, get_index_height, get_index_height_modlev, interpolate_height ||
||09.12.2010||pos_dyn.f90||3.28.2.1|| Nutzung von Datensätzen auf Modellniveaus möglich ||

Änderungen im Paket pos

Version 4

Version 4.0 eingecheckt am 13.01.2011: Benutzung von Modelldatensätzen möglich

13.01.2011

data_met_m.f90

3.1

entfernt
globale Deklarationen jetzt in global_pos.f90

20.01.2011

lib_pos.f90

4.1

sub. read_data_met: Gitter bestimmen (nc_grid_descr)

24.01.2011

pos_dyn.f90

4.1

Für die Berechnung von MASS_DENSITY muss TEMP und PRESS zuvor eingelesen worden sein

09.05.2011

pos_dyn.f90

4.2

Fehler bei Compilation im Cluster mit ifort und MPI
=> MPI_GATHER: send- und receive-Buffer dürfen nicht identisch sein

09.05.2011

pos_dyn.f90

4.3

MPI_GATHER: für receive-Buffer keine Indizierung nötig

31.05.2011

pos_dyn.f90

4.4

Keine Extrapolation an den Rändern (sondern Setzen von missing values)
Extrapolation kann mit 'extrapol = .true.' zu Programmbeginn eingeschaltet werden

31.05.2011

lib_pos.f90

4.2

Keine Extrapolation an den Rändern (sondern Setzen von missing values)

22.11.2011

pos_area.f90

4.1 - 4.4

- exp_VERTCOOR_ref_level aus met. DS kopieren, mit p_ref aus Konfig.datei abgleichen
- Name des met. DS bis zur Datumsangabe wird eingelesen

15.03.2012

lib_pos.f90

4.3

- sub. write_global_par_pos, read_data_met entfernt
- sub. read_data_met_new nach read_data_met umbenannt

15.03.2012

pos_dyn.f90

4.5

sub. read_data_met_new nach read_data_met umbenannt

15.03.2012

pos_area.f90

4.5

- keinen meteorol. DS mehr einlesen
- PV wird nicht mehr ermittelt
- zusätzl. globale Attribute ausgeben

15.03.2012

Makefile

4.1/4.2

- Compilation von pos_area ohne dynmod und ohne lokale Module (global, lib_pos)
- überprüfe für alle Programme, ob neues Template für Konfig-Datei vorhanden ist

15.03.2012

pos_area.inp_tmpl

4.1

- kein met. DS mehr einlesen

24.04.2012

pos_dyn.f90

4.6

Wenn Vertikalkoord. in pos-File u. wind-File unterschiedlich: Vertikalkoord. aus wind-File wird genutzt, wenn entspr. Variable im pos-File vorhanden (Bisher erfolgte ein Programmabbruch !)

17.09.2012

lib_pos.f90

4.4

sub. get_index_height: Tippfehler korrigiert (bei Druckdatensaetzen)

Ältere Versionen von pos

Änderungen im Hauptzweig

Branch pos-modeldata

pos/Changes (last edited 2013-07-15 07:25:42 by NicoleThomas)