Changeset 3004 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- Jul 21, 2023, 7:26:15 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r3003 r3004 81 81 !#include "control.h" 82 82 include "netcdf.inc" 83 include "comg1d.h"84 83 !#include "advtrac.h" 85 84 … … 829 828 endif 830 829 831 832 c Initialization for GRADS outputs in "g1d.dat" and "g1d.ctl"833 c ----------------------------------------------------------------834 c (output done in "writeg1d", typically called by "physiq.F")835 836 g1d_nlayer=nlayer837 g1d_nomfich='g1d.dat'838 g1d_unitfich=40839 g1d_nomctl='g1d.ctl'840 g1d_unitctl=41841 g1d_premier=.true.842 g2d_premier=.true.843 844 830 c Write a "startfi" file 845 831 c -------------------- … … 994 980 ENDIF 995 981 996 c ========================================================997 c OUTPUTS998 c ========================================================999 1000 c finalize and close grads files "g1d.dat" and "g1d.ctl"1001 1002 c CALL endg1d(1,nlayer,zphi/(g*1000.),ndt)1003 CALL endg1d(1,nlayer,zlay/1000.,ndt)1004 1005 982 write(*,*) "testphys1d: Everything is cool." 1006 983
Note: See TracChangeset
for help on using the changeset viewer.