Changeset 26121 for issm/trunk-jpl/src/c/classes/BarystaticContributions.h
- Timestamp:
- 03/19/21 18:55:34 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/BarystaticContributions.h
r26110 r26121 17 17 public: 18 18 19 Vector<IssmDouble>* ice; //contributions to every ice partition 19 Vector<IssmDouble>* ice; //contributions to every ice partition (size nice x 1) 20 20 Vector<IssmDouble>* cumice; //cumulated contributions to every ice partition 21 21 int nice; //number of ice partitions 22 IssmDouble* pice; //ice partition 22 IssmDouble* pice; //ice partition (nel) 23 23 24 Vector<IssmDouble>* hydro; //contributions to every hydro partition 24 Vector<IssmDouble>* hydro; //contributions to every hydro partition (size nhydro x 1) 25 25 Vector<IssmDouble>* cumhydro; //cumulated contributions to every hydro partition 26 26 int nhydro; //number of hydro partitions 27 IssmDouble* phydro; //hydro partition 27 IssmDouble* phydro; //hydro partition (nel) 28 28 29 Vector<IssmDouble>* ocean; //contributions to every ocean partition 29 Vector<IssmDouble>* ocean; //contributions to every ocean partition (size nocean x 1) 30 30 Vector<IssmDouble>* cumocean; //cumulated contributions to every ocean partition 31 31 int nocean; //number of ocean partitions 32 IssmDouble* pocean; //ocean partition 33 32 IssmDouble* pocean; //ocean partition (nel) 33 34 34 /*BarystaticContributions constructors, destructors :*/ 35 35 BarystaticContributions(IoModel* iomodel );
Note:
See TracChangeset
for help on using the changeset viewer.