Ignore:
Timestamp:
Jul 21, 2023, 7:26:15 AM (18 months ago)
Author:
emillour
Message:

Mars PCM:
Some code cleanup. Remove obsolete "comg1d.h" and "writeg1d.F" (were used to
specifically output for Grads in 1D).
Also turned lwi and lwflux into modules while at it.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r3003 r3004  
    8181!#include "control.h"
    8282      include "netcdf.inc"
    83       include "comg1d.h"
    8483!#include "advtrac.h"
    8584
     
    829828      endif
    830829
    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=nlayer
    837         g1d_nomfich='g1d.dat'
    838         g1d_unitfich=40
    839         g1d_nomctl='g1d.ctl'
    840         g1d_unitctl=41
    841         g1d_premier=.true.
    842         g2d_premier=.true.
    843 
    844830c  Write a "startfi" file
    845831c  --------------------
     
    994980      ENDIF
    995981
    996 c    ========================================================
    997 c    OUTPUTS
    998 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 
    1005982      write(*,*) "testphys1d: Everything is cool."
    1006983
Note: See TracChangeset for help on using the changeset viewer.